summaryrefslogtreecommitdiff
path: root/src/x11/window-x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11/window-x11.c')
-rw-r--r--src/x11/window-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11/window-x11.c b/src/x11/window-x11.c
index ea9e82c8f..35cee5873 100644
--- a/src/x11/window-x11.c
+++ b/src/x11/window-x11.c
@@ -2802,7 +2802,7 @@ query_pressed_buttons (MetaWindow *window)
ClutterModifierType mods;
int button = 0;
- meta_cursor_tracker_get_pointer (tracker, NULL, NULL, &mods);
+ meta_cursor_tracker_get_pointer (tracker, NULL, &mods);
if (mods & CLUTTER_BUTTON1_MASK)
button |= 1 << 1;