diff options
author | emersion <contact@emersion.fr> | 2019-01-27 12:59:46 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-01-27 12:59:46 +0100 |
commit | a452f8f8221a3b9db1917c5471412ac8a67dfcbc (patch) | |
tree | 772421706647ddb1406dabb4f4fadf60cda5aba7 /include | |
parent | 5f45a4bbc195400dd28e086c2e0e2f479b86e4eb (diff) |
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; |