1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-11 09:13:54 +00:00

Remove arrange_windows from post-render

Fixes 
This commit is contained in:
Drew DeVault 2016-07-21 08:26:42 -04:00
parent 5de5c3838b
commit 095353d91d

View file

@ -196,7 +196,6 @@ static void handle_output_destroyed(wlc_handle output) {
static void handle_output_post_render(wlc_handle output) { static void handle_output_post_render(wlc_handle output) {
ipc_get_pixels(output); ipc_get_pixels(output);
arrange_windows(swayc_by_handle(output), -1, -1);
} }
static void handle_view_pre_render(wlc_handle view) { static void handle_view_pre_render(wlc_handle view) {