diff options
author | emersion <contact@emersion.fr> | 2017-11-12 11:10:56 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-12 11:10:56 +0100 |
commit | 8605243459629f566ed5109ffd896fd57b329ceb (patch) | |
tree | 1737e11b416068d1ff6ce19aab7eedf1b047faf8 /include/rootston/desktop.h | |
parent | 2dccb11741abd99fd71d4ccaba1ad42362d8f204 (diff) |
Introduce wlr_xcursor_manager
Diffstat (limited to 'include/rootston/desktop.h')
-rw-r--r-- | include/rootston/desktop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index b12fff70..7371284f 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -30,9 +30,9 @@ struct roots_desktop { struct roots_server *server; struct roots_config *config; - struct roots_xcursor_theme *xcursor_theme; struct wlr_output_layout *layout; + struct wlr_xcursor_manager *xcursor_manager; struct wlr_compositor *compositor; struct wlr_wl_shell *wl_shell; |