sway xcursor manager

This commit is contained in:
Tony Crisci 2017-12-09 11:51:28 -05:00
parent d76e745b73
commit 7c67bea942
3 changed files with 41 additions and 0 deletions

View file

@ -5,6 +5,7 @@
struct sway_cursor {
struct wlr_cursor *cursor;
struct wlr_xcursor_manager *xcursor_manager;
struct wl_listener motion;
struct wl_listener motion_absolute;

View file

@ -18,4 +18,6 @@ void sway_seat_add_device(struct sway_seat *seat,
void sway_seat_remove_device(struct sway_seat *seat,
struct wlr_input_device *device);
void sway_seat_configure_xcursor(struct sway_seat *seat);
#endif