aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-20 14:10:11 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-20 14:10:11 -0500
commitc353e01c85049cfbc09510657e453b6aa5fd9c2d (patch)
treec6ef14cfc08861ff8c62675ca1fbbbb00e9197cf /include/sway/config.h
parentseat config handler context (diff)
downloadsway-c353e01c85049cfbc09510657e453b6aa5fd9c2d.tar.gz
sway-c353e01c85049cfbc09510657e453b6aa5fd9c2d.tar.zst
sway-c353e01c85049cfbc09510657e453b6aa5fd9c2d.zip
add kill command
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 27fae0c6..be29082e 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -355,6 +355,7 @@ struct sway_config {
355 struct { 355 struct {
356 struct input_config *input_config; 356 struct input_config *input_config;
357 struct seat_config *seat_config; 357 struct seat_config *seat_config;
358 struct sway_seat *seat;
358 } handler_context; 359 } handler_context;
359}; 360};
360 361