diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-27 11:44:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-27 11:44:09 -0500 |
commit | 897250c65fb4d7123361dc6f77c2824179ed8885 (patch) | |
tree | 3018c4f13aa4826a905161f741602b90c446aa3e /include | |
parent | cd22d555e8a665c3f2a8e2c07e7d54beb6ac254c (diff) | |
parent | a452f8f8221a3b9db1917c5471412ac8a67dfcbc (diff) |
Merge pull request #3519 from emersion/pointer-frame
Update for swaywm/wlroots#1503
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/input/cursor.h | 1 |
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 { struct wl_listener motion_absolute; struct wl_listener button; struct wl_listener axis; + struct wl_listener frame; struct wl_listener touch_down; struct wl_listener touch_up; |