Lines Matching defs:_KdScreenInfo
86 typedef struct _KdScreenInfo { struct
87 struct _KdScreenInfo *next; argument
88 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;
96 int rate;
97 int width_mm;
98 int height_mm;
99 int subpixel_order;
100 Bool dumb;
101 Bool softCursor;
102 int mynum;
103 DDXPointRec origin;
104 KdFrameBuffer fb;