1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-04-03 20:16:19 +00:00

I think this fixes

This commit is contained in:
Zandr Martin 2016-07-04 17:45:37 -05:00
parent 33c923be73
commit 2f54057623
No known key found for this signature in database
GPG key ID: AA2BB8EF77F7BBDC

View file

@ -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) {