mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 00:11:28 +00:00
Merge pull request #737 from zandrmartin/fix-bar-on-reload
I think this fixes #678
This commit is contained in:
commit
c3373c6815
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue