diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-08-25 13:26:13 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-08-26 08:32:11 -0400 |
commit | 0a97b68278a621882c712b55ffe851101e5902d0 (patch) | |
tree | b8cbe14e0aafdccd2e0c366d0b95ae76fef0cde7 /examples/config.h | |
parent | d0cf8d0d01b12d359be5c4216ef5f0bdbdfee622 (diff) |
implement cursor and device geometry mapping
Diffstat (limited to 'examples/config.h')
-rw-r--r-- | examples/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/config.h b/examples/config.h index e1765c57..cd19dc5e 100644 --- a/examples/config.h +++ b/examples/config.h @@ -15,12 +15,14 @@ struct output_config { struct device_config { char *name; char *mapped_output; + struct wlr_geometry *mapped_geo; struct wl_list link; }; struct example_config { struct { char *mapped_output; + struct wlr_geometry *mapped_geo; } cursor; struct wl_list outputs; |