Searched defs:_Screen (Results 1 – 1 of 1) sorted by relevance
495 typedef struct _Screen { struct496 int myNum; /* index of this instance in Screens[] */497 ATOM id;498 short x, y, width, height;499 short mmWidth, mmHeight;500 short numDepths;501 unsigned char rootDepth;502 DepthPtr allowedDepths;503 unsigned long rootVisual;504 unsigned long defColormap;[all …]