rootston: keep one xcursor_theme per seat

This commit is contained in:
emersion 2017-11-11 23:53:45 +01:00
parent aaf0691883
commit 2dccb11741
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 15 additions and 11 deletions

View file

@ -30,6 +30,7 @@ struct roots_cursor {
enum roots_cursor_mode mode;
// state from input (review if this is necessary)
struct roots_xcursor_theme *xcursor_theme;
struct wlr_seat *wl_seat;
struct wl_client *cursor_client;
int offs_x, offs_y;