diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-07-16 09:09:22 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-07-16 09:09:22 -0400 |
commit | 147a88260a74f536e1a1e513f0f8087d02982b00 (patch) | |
tree | bdd978690510d35a170399ee0d078c6a4ac5f64b /include | |
parent | e66f813d49e60728064fa563e01f00f7d99e0a08 (diff) |
Fix #753
Diffstat (limited to 'include')
-rw-r--r-- | include/client/window.h | 3 |
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); }; |