XKB FUNCTIONS XkbFreeIndicatorMaps(3x11)
NAME
XkbFreeIndicatorMaps - Frees memory used by the indicators
member of an XkbDescRec structureSYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
void XkbFreeIndicatorMaps (XkbDescPtr xkb);
ARGUMENTS- xkb
keyboard description structureDESCRIPTION
If the indicators member of the keyboard description recordpointed to by xkb is not NULL, XkbFreeIndicatorMaps frees
the memory associated with the indicators member of xkb.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