Update for wlroots 0.4

This commit is contained in:
Drew DeVault 2019-02-25 17:12:56 -05:00 committed by Jente Hidskes
parent 848929c88c
commit da62449c27
2 changed files with 52 additions and 10 deletions

3
seat.h
View file

@ -40,7 +40,8 @@ struct cg_seat {
struct wl_listener touch_motion;
struct wl_list drag_icons;
struct wl_listener new_drag_icon;
struct wl_listener request_start_drag;
struct wl_listener start_drag;
struct wl_listener request_set_cursor;
struct wl_listener request_set_selection;