diff options
author | Drew DeVault <[email protected]> | 2015-08-10 23:54:23 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-08-10 23:54:23 -0400 |
commit | 96d7ff1e19c1e6af47f21764ed613c5ebe53a557 (patch) | |
tree | 75566e3fb44600e63c1dbbec3f216425a57e70a6 /sway/main.c | |
parent | dd115cece3490a2d1791880cd45fae4b274a123a (diff) |
Slightly better multihead support
Diffstat (limited to 'sway/main.c')
-rw-r--r-- | sway/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c index af8c6ed1..f84451de 100644 --- a/sway/main.c +++ b/sway/main.c @@ -17,7 +17,8 @@ int main(int argc, char **argv) { .output = { .created = handle_output_created, .destroyed = handle_output_destroyed, - .resolution = handle_output_resolution_change + .resolution = handle_output_resolution_change, + .focus = handle_output_focused }, .view = { .created = handle_view_created, |