summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-07-21 08:26:42 -0400
committerFurkan Sahin <furkan-dev@proton.me>2016-07-21 08:26:42 -0400
commit3913cee7af4ca55214f8d07beb62b078bf5d2250 (patch)
tree32100e5855999ef04a1cd8b9e81fbd45c73b9264
parent09adb89c54f2fe411b408cd97efaa07847f51c39 (diff)
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) {
static void handle_output_post_render(wlc_handle output) {
ipc_get_pixels(output);
- arrange_windows(swayc_by_handle(output), -1, -1);
}
static void handle_view_pre_render(wlc_handle view) {