1. NAME

XkbFreeGeomOutlines - Free geometry outlines

2. SYNOPSIS

void XkbFreeGeomOutlines (XkbShapePtr shape , int first , int count , Bool free_all );

3. ARGUMENTS

  • - shape
        shape in which outlines should be freed
  • - first
        first outline to be freed
  • - count
        number of outlines to be freed
  • - free_all
        True => all outlines are freed

4. DESCRIPTION

If free_allis True, all outlines are freed regardless of the value of firstor count.Otherwise, countoutlines are freed beginning with the one specified by first.