From 247f0b48839b45f040fdcc46d15d2540792a1891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Sat, 8 Jun 2013 10:21:11 +0000 Subject: [PATCH] merged duplicated define in src/osd/sdl/sdl.mak (nw) --- src/osd/sdl/sdl.mak | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/osd/sdl/sdl.mak b/src/osd/sdl/sdl.mak index 1b4e20335a3..4300579a5a0 100644 --- a/src/osd/sdl/sdl.mak +++ b/src/osd/sdl/sdl.mak @@ -37,11 +37,12 @@ # NO_X11 = 1 -# uncomment next line to disable XInput support for e.g. multiple lightguns +# uncomment next line to disable XInput support for e.g. multiple lightguns and mice on X11 systems # using Wiimote driver (see http://spritesmods.com/?art=wiimote-mamegun for more info) # enabling NO_X11 also implies no XInput support, of course. +# (currently defaults disabled due to causing issues with mouse capture, esp. in MESS) -# NO_USE_XINPUT = 1 +NO_USE_XINPUT = 1 # uncomment and adapt next line to link against specific GL-Library # this will also add a rpath to the executable @@ -72,10 +73,6 @@ USE_DISPATCH_GL = 1 # Get what you need here: http://www.gtk.org/download-windows.html # GTK_INSTALL_ROOT = y:/couriersud/win/gtk-32 -# uncomment to use Xinput for multiple mice on X11 systems -# (currently defaults disabled due to causing issues with mouse capture, esp. in MESS) -NO_USE_XINPUT = 1 - # uncomment to disable the Qt debugger and fall back to a system default # NO_USE_QTDEBUG = 1