aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-20 11:44:34 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-20 11:44:34 -0500
commitcc3c713889e529c74888d9cd89af7039bfbae20c (patch)
treef40da3a0fc2639b6a22bdb0e323106f66d27ec45 /include/sway/config.h
parentinput config handler context (diff)
downloadsway-cc3c713889e529c74888d9cd89af7039bfbae20c.tar.gz
sway-cc3c713889e529c74888d9cd89af7039bfbae20c.tar.zst
sway-cc3c713889e529c74888d9cd89af7039bfbae20c.zip
seat config handler context
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 1ab96b51..27fae0c6 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -354,6 +354,7 @@ struct sway_config {
354 // Context for command handlers 354 // Context for command handlers
355 struct { 355 struct {
356 struct input_config *input_config; 356 struct input_config *input_config;
357 struct seat_config *seat_config;
357 } handler_context; 358 } handler_context;
358}; 359};
359 360