rootston: add roots_xcursor_theme

roots_xcursor_theme loads multiple wlr_xcursor_theme at different scales.
This commit is contained in:
emersion 2017-11-11 18:42:14 +01:00
parent ac1573b0e7
commit aaf0691883
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
8 changed files with 170 additions and 77 deletions

View file

@ -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;