mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
rootston: add roots_xcursor_theme
roots_xcursor_theme loads multiple wlr_xcursor_theme at different scales.
This commit is contained in:
parent
ac1573b0e7
commit
aaf0691883
8 changed files with 170 additions and 77 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue