mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Preserve buffers during transactions
* Also fix parts of the rendering where it was rendering the pending state instead of current.
This commit is contained in:
parent
645bf446fa
commit
1c89f32533
5 changed files with 76 additions and 67 deletions
|
|
@ -261,8 +261,8 @@ static void handle_commit(struct wl_listener *listener, void *data) {
|
|||
view_update_size(view, view->swayc->width, view->swayc->height);
|
||||
}
|
||||
view_update_position(view, view->x, view->y);
|
||||
view_damage_from(view);
|
||||
}
|
||||
view_damage_from(view);
|
||||
}
|
||||
|
||||
static void handle_unmap(struct wl_listener *listener, void *data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue