Searched refs:oe (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drroutput.c332 xRROutputChangeNotifyEvent oe; local in function:RRDeliverOutputEvent
336 oe.type = RRNotify + RREventBase;
337 oe.subCode = RRNotify_OutputChange;
338 oe.timestamp = pScrPriv->lastSetTime.milliseconds;
339 oe.configTimestamp = pScrPriv->lastConfigTime.milliseconds;
340 oe.window = pWin->drawable.id;
341 oe.output = output->id;
344 oe.crtc = crtc->id;
345 oe.mode = mode ? mode->mode.id : None;
346 oe
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DIntAtom.c124 Entry e, oe; local in function:_XUpdateAtomCache
156 if ((oe = dpy->atoms->table[idx]) && (oe != RESERVED))
157 Xfree(oe);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drroutput.c347 xRROutputChangeNotifyEvent oe = { local in function:RRDeliverOutputEvent
360 WriteEventsToClient(client, 1, (xEvent *) &oe);

Completed in 5 milliseconds