summaryrefslogtreecommitdiffstats
path: root/sway/handlers.c
diff options
context:
space:
mode:
authorLibravatar Aaron Ouellette <aouellette2016@gmail.com>2016-03-18 17:09:11 -0400
committerLibravatar Aaron Ouellette <aouellette2016@gmail.com>2016-03-18 17:09:11 -0400
commit8af6a419ec6f4cfc596aabd5c820e7033cc760c4 (patch)
treed958fae88ea43df2e707830e5f6ca9bf6975a491 /sway/handlers.c
parentadd a manpage for swaylock (diff)
parentMerge pull request #519 from mikkeloscar/maintain-exec-quotes (diff)
downloadsway-8af6a419ec6f4cfc596aabd5c820e7033cc760c4.tar.gz
sway-8af6a419ec6f4cfc596aabd5c820e7033cc760c4.tar.zst
sway-8af6a419ec6f4cfc596aabd5c820e7033cc760c4.zip
Merge branch 'master' of git://github.com/SirCmpwn/sway into swaylock
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 }