Searched refs:XPending (Results 1 – 10 of 10) sorted by relevance
26 if (0 == XPending(display)) { in main()45 if (int count = XPending(display)) { in main()
81 int events_to_process = XPending(display()); in ProcessPendingXEvents()
47 --allowlist-function XPending \
2682 pub fn XPending(arg1: *mut Display) -> ::std::os::raw::c_int; in XPending() function
155 while (XPending(display_)) { in OnFrame()
113 while (XPending(m_display)) in processEvents()
287 if (XPending(display) > 0) in main()
439 int eventCount = XPending(mDisplay); in messageLoop()
510 unsafe { xlib::XPending(self.display.as_ptr()) != 0 } in pending_events()
224 #define XPending XPENDING macro