Searched defs:_KdScreenInfo (Results 1 – 1 of 1) sorted by relevance
86 typedef struct _KdScreenInfo { struct87 struct _KdScreenInfo *next; argument88 KdCardInfo *card;89 ScreenPtr pScreen;90 void *driver;91 Rotation randr; /* rotation and reflection */92 int x;93 int y;94 int width;95 int height;[all …]