This commit is contained in:
emersion 2019-01-27 12:59:46 +01:00
parent 5f45a4bbc1
commit a452f8f822
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 23 additions and 1 deletions

View file

@ -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;