summaryrefslogtreecommitdiffstats
path: root/sway/handlers.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/handlers.c')
-rw-r--r--sway/handlers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index dff682f5..47b649fd 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -357,6 +357,7 @@ static void handle_view_geometry_request(wlc_handle handle, const struct wlc_geo
357 arrange_windows(view->parent, -1, -1); 357 arrange_windows(view->parent, -1, -1);
358 } 358 }
359 } 359 }
360 update_view_border(view);
360} 361}
361 362
362static void handle_view_state_request(wlc_handle view, enum wlc_view_state_bit state, bool toggle) { 363static void handle_view_state_request(wlc_handle view, enum wlc_view_state_bit state, bool toggle) {