PEXFreeLookupTable - Free Lookup Table (5.0)


Synopsis

 
   void PEXFreeLookupTable(
        Display *display,
        PEXLookupTable table
   )
 

Arguments

display
A pointer to a display structure returned by a successful XOpenDisplay call.

table
The resource identifier of the lookup table.

Returns

None.

Description

Invoke PEXFreeLookupTable to delete the association between the lookup table resource identifier and the lookup table.

The implementation frees the lookup table when no other resource references the lookup table.

Errors

BadPEXLookupTable
The specified lookup table resource identifier is invalid.

See Also

For an overview, see Lookup Tables.