mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
rootston: do not redraw if output has no damage
This commit is contained in:
parent
bcb58b5caa
commit
1a084807ce
6 changed files with 108 additions and 45 deletions
|
|
@ -217,6 +217,8 @@ static void handle_commit(struct wl_listener *listener, void *data) {
|
|||
roots_surface->pending_move_resize_configure_serial = 0;
|
||||
}
|
||||
}
|
||||
|
||||
desktop_damage_surface(view->desktop, view->wlr_surface, view->x, view->y);
|
||||
}
|
||||
|
||||
static void handle_destroy(struct wl_listener *listener, void *data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue