sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 095353d91db1467cb0366cfe68773d679d029370
parent 5de5c3838bf72e74fbf3a863acdfe9827f7ccd7a
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 21 Jul 2016 08:26:42 -0400

Remove arrange_windows from post-render

Fixes #741

Diffstat:
Msway/handlers.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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) {