summaryrefslogtreecommitdiffstats
path: root/sway/handlers.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/handlers.c')
-rw-r--r--sway/handlers.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index 69f325eb..d992a7b6 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -141,10 +141,6 @@ static void handle_output_pre_render(wlc_handle output) {
141 break; 141 break;
142 } 142 }
143 wlc_surface_render(config->surface, &geo); 143 wlc_surface_render(config->surface, &geo);
144 if (size.w != desktop_shell.panel_size.w || size.h != desktop_shell.panel_size.h) {
145 desktop_shell.panel_size = size;
146 arrange_windows(&root_container, -1, -1);
147 }
148 break; 144 break;
149 } 145 }
150 } 146 }