Searched refs:XPending (Results 1 – 15 of 15) sorted by relevance
45 while (!XPending(display)) { in main()51 int count = XPending(display); in main()
176 if (XPending(dsp)) { in MyXNextEventWithDelay()193 if (!XPending(dsp)) { in MyXNextEventWithDelay()293 if (XPending(dsp) || !moreToDo) { in loop()
71 int events_to_process = XPending(display()); in ProcessPendingXEvents()
80 if(XPending(dpy)) in main()
120 if(XPending(dpy)) in main()
106 while xlib.XPending(self._display):
158 while (XPending(display_)) { in RenderFrame()
107 while (XPending(m_display)) in processEvents()
284 if (XPending(display) > 0) in main()
663 int numberOfMessages = XPending(nativeDisplay); in RenderScene()
265 numMessages = XPending( m_X11Display ); in OsRenderComplete()
224 #define XPending XPENDING macro
243 #define XPending XPENDING macro
2426 while (XPending(display) > 0) { in run_xlib()
2346 while (XPending(demo->display) > 0) { in demo_run_xlib()