summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-21 08:26:42 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-07-21 08:27:25 -0400
commit095353d91db1467cb0366cfe68773d679d029370 (patch)
tree32100e5855999ef04a1cd8b9e81fbd45c73b9264
parentMerge pull request #774 from Hummer12007/eventmasks (diff)
downloadsway-095353d91db1467cb0366cfe68773d679d029370.tar.gz
sway-095353d91db1467cb0366cfe68773d679d029370.tar.zst
sway-095353d91db1467cb0366cfe68773d679d029370.zip
Remove arrange_windows from post-render
Fixes #741
-rw-r--r--sway/handlers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index 4a6b6716..b95a6e65 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -196,7 +196,6 @@ static void handle_output_destroyed(wlc_handle output) {
196 196
197static void handle_output_post_render(wlc_handle output) { 197static void handle_output_post_render(wlc_handle output) {
198 ipc_get_pixels(output); 198 ipc_get_pixels(output);
199 arrange_windows(swayc_by_handle(output), -1, -1);
200} 199}
201 200
202static void handle_view_pre_render(wlc_handle view) { 201static void handle_view_pre_render(wlc_handle view) {