aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-11 23:53:45 +0100
committeremersion <contact@emersion.fr>2017-11-11 23:53:45 +0100
commit2dccb11741abd99fd71d4ccaba1ad42362d8f204 (patch)
tree83fd7ea16b0ec14c5ee0544e72a9b28d57c14d08 /include
parentaaf069188319f42bc214f4317c37d533aea64518 (diff)
rootston: keep one xcursor_theme per seat
Diffstat (limited to 'include')
-rw-r--r--include/rootston/cursor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/cursor.h b/include/rootston/cursor.h
index fc71e31d..575c9d0e 100644
--- a/include/rootston/cursor.h
+++ b/include/rootston/cursor.h
@@ -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;