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, 4 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index b94a35f3..311adb16 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -165,6 +165,10 @@ struct seat_config {
165 list_t *attachments; // list of seat_attachment configs 165 list_t *attachments; // list of seat_attachment configs
166 int hide_cursor_timeout; 166 int hide_cursor_timeout;
167 enum seat_config_allow_constrain allow_constrain; 167 enum seat_config_allow_constrain allow_constrain;
168 struct {
169 char *name;
170 int size;
171 } xcursor_theme;
168}; 172};
169 173
170enum config_dpms { 174enum config_dpms {