Lines Matching defs:ce
251 xRRCrtcChangeNotifyEvent ce;
254 ce.type = RRNotify + RREventBase;
255 ce.subCode = RRNotify_CrtcChange;
256 ce.timestamp = pScrPriv->lastSetTime.milliseconds;
257 ce.window = pWin->drawable.id;
258 ce.crtc = crtc->id;
259 ce.rotation = crtc->rotation;
262 ce.mode = mode->mode.id;
263 ce.x = crtc->x;
264 ce.y = crtc->y;
265 ce.width = mode->mode.width;
266 ce.height = mode->mode.height;
270 ce.mode = None;
271 ce.x = 0;
272 ce.y = 0;
273 ce.width = 0;
274 ce.height = 0;
276 WriteEventsToClient (client, 1, (xEvent *) &ce);