diff options
author | marha <marha@users.sourceforge.net> | 2012-01-26 09:27:48 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-26 09:27:48 +0100 |
commit | d99165260070ce9668f3eeac8bb010393f490c0a (patch) | |
tree | afdd34a5707eee117c9827aeb8bb5237cc9d14fa /xorg-server/hw/xwin/win.h | |
parent | 5283d47a3bf49ffbf972465908f1e30aa6698509 (diff) | |
download | vcxsrv-d99165260070ce9668f3eeac8bb010393f490c0a.tar.gz vcxsrv-d99165260070ce9668f3eeac8bb010393f490c0a.tar.bz2 vcxsrv-d99165260070ce9668f3eeac8bb010393f490c0a.zip |
turn on -emulate3buttons if less than 3 mouse buttons are reported
Added -noemulate3buttons
Diffstat (limited to 'xorg-server/hw/xwin/win.h')
-rw-r--r-- | xorg-server/hw/xwin/win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/win.h b/xorg-server/hw/xwin/win.h index 5de97af85..5ec7e3bee 100644 --- a/xorg-server/hw/xwin/win.h +++ b/xorg-server/hw/xwin/win.h @@ -97,6 +97,7 @@ #define MOUSE_POLLING_INTERVAL 50 #define WIN_E3B_OFF -1 +#define WIN_E3B_DEFAULT 0 #define WIN_FD_INVALID -1 #define WIN_SERVER_NONE 0x0L /* 0 */ |