diff options
Diffstat (limited to 'sway/main.c')
-rw-r--r-- | sway/main.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c index e8603cab..65aa0faa 100644 --- a/sway/main.c +++ b/sway/main.c @@ -41,7 +41,10 @@ int main(int argc, char **argv) { .view = { .created = handle_view_created, .destroyed = handle_view_destroyed, - .focus = handle_view_focus + .focus = handle_view_focus, + .request = { + .geometry = handle_view_geometry_request + } } }; |