xserver/hw
Jon TURNEY 45c432871d hw/xwin: Introduce winProcessXEventsTimeout() to the concept of fractions of a second
Oh this is terrible.

Currently we only compute the select timeout in whole seconds.  This means if we
have less than 1 second remaining, we select with a timeout of 0 (i.e. poll)
which causes the task to spin, burning 100% CPU for the remaining timeout (and
possibly preventing the process we are waiting for from running :S)

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
2012-08-03 22:48:09 +01:00
..
dmx Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
kdrive GLX: Remove unused noGlxVisualInit 2012-07-10 00:42:09 -07:00
vfb Replace NO_HW_ONLY_EXTS with Xorg DDX test 2012-07-10 00:31:02 -07:00
xfree86 doc: Drop XAA references from xorg.conf man page 2012-07-25 14:03:34 -07:00
xnest Replace NO_HW_ONLY_EXTS with Xorg DDX test 2012-07-10 00:31:02 -07:00
xquartz XQuartz: Call xp_window_bring_all_to_front if available in libXplugin 2012-07-25 12:19:01 -07:00
xwin hw/xwin: Introduce winProcessXEventsTimeout() to the concept of fractions of a second 2012-08-03 22:48:09 +01:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00