aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 91f772b5..ed49fbbd 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -52,7 +52,7 @@ struct sway_mode {
52}; 52};
53 53
54/** 54/**
55 * libinput options for input devices 55 * options for input devices
56 */ 56 */
57struct input_config { 57struct input_config {
58 char *identifier; 58 char *identifier;
@@ -75,6 +75,8 @@ struct input_config {
75 char *xkb_rules; 75 char *xkb_rules;
76 char *xkb_variant; 76 char *xkb_variant;
77 77
78 char *mapped_output;
79
78 bool capturable; 80 bool capturable;
79 struct wlr_box region; 81 struct wlr_box region;
80}; 82};