Home
last modified time | relevance | path

Searched refs:dmxColormapPrivateKeyRec (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx.h394 extern DevPrivateKeyRec dmxColormapPrivateKeyRec;
396 #define dmxColormapPrivateKey (&dmxColormapPrivateKeyRec) /**< Private index for Colormaps */
H A Ddmxscrinit.c74 DevPrivateKeyRec dmxColormapPrivateKeyRec; variable
197 if (!dixRegisterPrivateKey(&dmxColormapPrivateKeyRec, PRIVATE_COLORMAP, 0)) in dmxScreenInit()