mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-20 19:50:37 +01:00
XQuartz: Xi: darwinPointer is now Relative
There is really no real reason why this should be necessary, but wine
developers are stuborn, so doing this to try to work around this wine
issue:
http://bugs.winehq.org/show_bug.cgi?id=29732
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit cd84c0949a)
This commit is contained in:
parent
cdd704da19
commit
3998ff2298
1 changed files with 2 additions and 2 deletions
|
|
@ -336,9 +336,9 @@ DarwinMouseProc(DeviceIntPtr pPointer, int what)
|
|||
(PtrCtrlProcPtr) NoopDDA,
|
||||
GetMotionHistorySize(), NAXES, axes_labels);
|
||||
InitValuatorAxisStruct(pPointer, 0, axes_labels[0], NO_AXIS_LIMITS,
|
||||
NO_AXIS_LIMITS, 0, 0, 0, Absolute);
|
||||
NO_AXIS_LIMITS, 1, 0, 1, Relative);
|
||||
InitValuatorAxisStruct(pPointer, 1, axes_labels[1], NO_AXIS_LIMITS,
|
||||
NO_AXIS_LIMITS, 0, 0, 0, Absolute);
|
||||
NO_AXIS_LIMITS, 1, 0, 1, Relative);
|
||||
break;
|
||||
case DEVICE_ON:
|
||||
pPointer->public.on = TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue