XKB FUNCTIONS XkbFreeGeomOutlines(3x11)
NAME
XkbFreeGeomOutlines - Free geometry outlines
SYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
void XkbFreeGeomOutlines (XkbShapePtr shape, int first, int
count, Bool free_all);
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 freedDESCRIPTION
If free_all is True, all outlines are freed regardless of
the value of first or count. Otherwise, count outlines are freed beginning with the one specified by first.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libx11 ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libX11 1.3.5 1