aboutsummaryrefslogtreecommitdiff
path: root/examples/config.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-08-25 08:58:02 -0400
committerTony Crisci <tony@dubstepdish.com>2017-08-26 08:32:11 -0400
commit699d489f936826a808f955c47442342e850bfc1b (patch)
treec29dad502c08ff2e5ec8beb56f3aef23dd7acdd1 /examples/config.h
parentb3a43e226140d9b5d49c4ed24798e3f3006dcae5 (diff)
add cursor configuration
Diffstat (limited to 'examples/config.h')
-rw-r--r--examples/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/config.h b/examples/config.h
index d02d1a2c..c5f0c8dd 100644
--- a/examples/config.h
+++ b/examples/config.h
@@ -13,6 +13,10 @@ struct output_config {
};
struct example_config {
+ struct {
+ char *mapped_output;
+ } cursor;
+
struct wl_list outputs;
char *config_path;
};