mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
add cursor configuration
This commit is contained in:
parent
b3a43e2261
commit
699d489f93
4 changed files with 29 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ struct output_config {
|
|||
};
|
||||
|
||||
struct example_config {
|
||||
struct {
|
||||
char *mapped_output;
|
||||
} cursor;
|
||||
|
||||
struct wl_list outputs;
|
||||
char *config_path;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue