Searched defs:_ColormapRec (Results 1 – 1 of 1) sorted by relevance
89 typedef struct _ColormapRec { struct90 VisualPtr pVisual;91 short class; /* PseudoColor or DirectColor */92 XID mid; /* client's name for colormap */93 ScreenPtr pScreen; /* screen map is associated with */94 short flags; /* 1 = IsDefault96 int freeRed;97 int freeGreen;98 int freeBlue;99 int *numPixelsRed;[all …]