aboutsummaryrefslogtreecommitdiff
path: root/include/client/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/client/window.h')
-rw-r--r--include/client/window.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/client/window.h b/include/client/window.h
index e07e3509..296dd9ed 100644
--- a/include/client/window.h
+++ b/include/client/window.h
@@ -38,8 +38,7 @@ struct pointer_input {
int last_x;
int last_y;
- void (*notify_button)(struct window *window, int x, int y, uint32_t button);
-
+ void (*notify_button)(struct window *window, int x, int y, uint32_t button, uint32_t state_w);
void (*notify_scroll)(struct window *window, enum scroll_direction direction);
};