aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/desktop.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-11 18:42:14 +0100
committeremersion <contact@emersion.fr>2017-11-11 18:42:14 +0100
commitaaf069188319f42bc214f4317c37d533aea64518 (patch)
tree2cf0d7756fbba213389fbb1222ee9e183f3d093e /include/rootston/desktop.h
parentac1573b0e7b0b08413e115bb88682ebedbfbf39a (diff)
rootston: add roots_xcursor_theme
roots_xcursor_theme loads multiple wlr_xcursor_theme at different scales.
Diffstat (limited to 'include/rootston/desktop.h')
-rw-r--r--include/rootston/desktop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h
index 376412fb..b12fff70 100644
--- a/include/rootston/desktop.h
+++ b/include/rootston/desktop.h
@@ -12,6 +12,7 @@
#include <wlr/types/wlr_list.h>
#include "rootston/view.h"
#include "rootston/config.h"
+#include "rootston/xcursor.h"
struct roots_output {
struct roots_desktop *desktop;
@@ -29,6 +30,7 @@ struct roots_desktop {
struct roots_server *server;
struct roots_config *config;
+ struct roots_xcursor_theme *xcursor_theme;
struct wlr_output_layout *layout;