summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-01-27 11:44:09 -0500
committerLibravatar GitHub <noreply@github.com>2019-01-27 11:44:09 -0500
commit897250c65fb4d7123361dc6f77c2824179ed8885 (patch)
tree3018c4f13aa4826a905161f741602b90c446aa3e /include
parentRemove unnecessary underscores in man pages (diff)
parentUpdate for swaywm/wlroots#1503 (diff)
downloadsway-897250c65fb4d7123361dc6f77c2824179ed8885.tar.gz
sway-897250c65fb4d7123361dc6f77c2824179ed8885.tar.zst
sway-897250c65fb4d7123361dc6f77c2824179ed8885.zip
Merge pull request #3519 from emersion/pointer-frame
Update for swaywm/wlroots#1503
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/cursor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h
index abd72783..c87d8332 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -30,6 +30,7 @@ struct sway_cursor {
30 struct wl_listener motion_absolute; 30 struct wl_listener motion_absolute;
31 struct wl_listener button; 31 struct wl_listener button;
32 struct wl_listener axis; 32 struct wl_listener axis;
33 struct wl_listener frame;
33 34
34 struct wl_listener touch_down; 35 struct wl_listener touch_down;
35 struct wl_listener touch_up; 36 struct wl_listener touch_up;