XkbFreeIndicatorMaps
Frees memory used by the indicators member of an XkbDescRec structure
- Provided by: libx11-doc (Version: 2:1.8.12-1build1)
- Source: libx11
- Report a bug
Frees memory used by the indicators member of an XkbDescRec structure
void XkbFreeIndicatorMaps (XkbDescPtr xkb);
If the indicators member of the keyboard description record pointed to by xkb is not NULL, XkbFreeIndicatorMaps frees the memory associated with the indicators member of xkb.
If xkb is NULL, no operation is performed.