diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-01-27 12:59:46 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-01-27 12:59:46 +0100 |
| commit | 32569469eb1f0e993c952af1f87c0d75f5f62893 (patch) | |
| tree | 772421706647ddb1406dabb4f4fadf60cda5aba7 /include | |
| parent | d56d6027aacbec6687dc17fba6016cd58b85e557 (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; |
