mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xquartz: Remove a check for NSAppKitVersionNumber >= NSAppKitVersionNumber10_7
This check is always true on our supported systems. Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
@@ -1541,8 +1541,7 @@ handle_mouse:
|
||||
}
|
||||
#endif
|
||||
|
||||
if (NSAppKitVersionNumber >= NSAppKitVersionNumber10_7 &&
|
||||
XQuartzScrollInDeviceDirection &&
|
||||
if (XQuartzScrollInDeviceDirection &&
|
||||
[e isDirectionInvertedFromDevice]) {
|
||||
deltaX *= -1;
|
||||
deltaY *= -1;
|
||||
|
||||
Reference in New Issue
Block a user