add cursor configuration

This commit is contained in:
Tony Crisci 2017-08-25 08:58:02 -04:00
parent b3a43e2261
commit 699d489f93
4 changed files with 29 additions and 0 deletions

View file

@ -13,6 +13,10 @@ struct output_config {
};
struct example_config {
struct {
char *mapped_output;
} cursor;
struct wl_list outputs;
char *config_path;
};