summaryrefslogtreecommitdiffstats
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 {
38 int last_x; 38 int last_x;
39 int last_y; 39 int last_y;
40 40
41 void (*notify_button)(struct window *window, int x, int y, uint32_t button); 41 void (*notify_button)(struct window *window, int x, int y, uint32_t button, uint32_t state_w);
42
43 void (*notify_scroll)(struct window *window, enum scroll_direction direction); 42 void (*notify_scroll)(struct window *window, enum scroll_direction direction);
44}; 43};
45 44