mirror of
https://github.com/swaywm/sway.git
synced 2025-11-19 06:59:52 -05:00
Damage borders when damaging view
This commit is contained in:
parent
98f7ee8f59
commit
bec80f1551
8 changed files with 40 additions and 26 deletions
|
|
@ -222,7 +222,7 @@ static void handle_commit(struct wl_listener *listener, void *data) {
|
|||
// TODO: Let floating views do whatever
|
||||
view_update_size(view, xwayland_view->pending_width,
|
||||
xwayland_view->pending_height);
|
||||
view_damage(view, false);
|
||||
view_damage_from(view);
|
||||
view_update_title(view, false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue