aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/cursor.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-12-11 10:36:22 +0100
committeremersion <contact@emersion.fr>2017-12-11 10:36:22 +0100
commit925497fbeaed9a2eb8420490e6cdfa4fd162e79e (patch)
treeb5cc088bb7e6e97e1a9c43ee6d1a955b95bdd27d /include/rootston/cursor.h
parent8ccb5b0b6674999f83775cd583cc610a2e03fb54 (diff)
Set default cursor image in rootston
Diffstat (limited to 'include/rootston/cursor.h')
-rw-r--r--include/rootston/cursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/cursor.h b/include/rootston/cursor.h
index 2d9a9215..de6b7b92 100644
--- a/include/rootston/cursor.h
+++ b/include/rootston/cursor.h
@@ -20,6 +20,8 @@ struct roots_cursor {
struct roots_seat *seat;
struct wlr_cursor *cursor;
+ const char *default_xcursor;
+
enum roots_cursor_mode mode;
// state from input (review if this is necessary)