PEXFreeLookupTable(3) — Subroutines
Name
PEXFreeLookupTable - Free Lookup Table
Synopsis
void PEXFreeLookupTable(Display ∗display, PEXLookupTable table)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
tableThe resource identifier of the lookup table.
Returns
None
Description
This function deletes the association between the lookup table resource identifier and the lookup table. The lookup table is freed when no other resource references it.
Errors
BadPEXLookupTable
The specified lookup table resource identifier is invalid.
See Also
PEXCreateLookupTable