Lines Matching defs:se
98 xRRScreenChangeNotifyEvent se = {
110 if (se.rotation & (RR_Rotate_90 | RR_Rotate_270)) {
111 se.widthInPixels = pScreen->height;
112 se.heightInPixels = pScreen->width;
113 se.widthInMillimeters = pScreen->mmHeight;
114 se.heightInMillimeters = pScreen->mmWidth;
117 se.widthInPixels = pScreen->width;
118 se.heightInPixels = pScreen->height;
119 se.widthInMillimeters = pScreen->mmWidth;
120 se.heightInMillimeters = pScreen->mmHeight;
123 WriteEventsToClient(client, 1, (xEvent *) &se);