xserver/hw
Jörg Mensmann 5940580f8c hw/xwin: Fix command line arguments for multiple monitors.
Moving Xwin to a certain monitor using "-screen 0 @2" would fail,
printing "ddxProcessArgument - screen - Querying monitors failed".

This happened since commit 3ead1d810b,
because EnumDisplayMonitor() returns FALSE if its callback function
returns FALSE (which is not clearly documented), and QueryMonitor()
would then also return FALSE.

Moving back to the old behaviour, where the return value of
EnumDisplayMonitors() is ignored.

Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
2012-07-16 13:59:29 +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 xf86: include xf86platformBus.h in xf86AutoConfig.c 2012-07-12 19:23:42 -07:00
xnest Replace NO_HW_ONLY_EXTS with Xorg DDX test 2012-07-10 00:31:02 -07:00
xquartz XQuartz: Re-add prototype for DRIExtensionInit 2012-07-11 23:54:27 -07:00
xwin hw/xwin: Fix command line arguments for multiple monitors. 2012-07-16 13:59:29 +01:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00