diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-07-16 09:09:22 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-07-16 09:09:22 -0400 |
| commit | 4b8e18d60b60f34a59a00befca9c03d6c4ce41fb (patch) | |
| tree | bdd978690510d35a170399ee0d078c6a4ac5f64b /include/client | |
| parent | 20abc2f550f9d3b9cee2c0e9483179bbb00df78f (diff) | |
Fix #753
Diffstat (limited to 'include/client')
| -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); }; |
