mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
If the xlib/xcb library has pulled events from the fd, then a poll on that fd will block until new events arrive. If none do, we fail to process the currently waiting events in a timely fashion. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>