summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-16 09:09:22 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-07-16 09:09:22 -0400
commit147a88260a74f536e1a1e513f0f8087d02982b00 (patch)
treebdd978690510d35a170399ee0d078c6a4ac5f64b /include
parentMerge pull request #752 from deklov/bar-scroll-02 (diff)
downloadsway-147a88260a74f536e1a1e513f0f8087d02982b00.tar.gz
sway-147a88260a74f536e1a1e513f0f8087d02982b00.tar.zst
sway-147a88260a74f536e1a1e513f0f8087d02982b00.zip
Fix #753
Diffstat (limited to 'include')
-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