commit c3373c6815b5c8cff8f48d1acb46be08b9654331
parent 33c923be731c0bb1c399bf3bd1011aa969e591d8
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 4 Jul 2016 20:43:22 -0400
Merge pull request #737 from zandrmartin/fix-bar-on-reload
I think this fixes #678
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sway/handlers.c b/sway/handlers.c
@@ -149,6 +149,7 @@ static void handle_output_pre_render(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) {