mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-23 08:56:29 -05:00
rootston: only draw damaged regions
This commit is contained in:
parent
6fa0a91ee2
commit
5017d7f762
3 changed files with 121 additions and 81 deletions
|
|
@ -255,6 +255,7 @@ bool view_center(struct roots_view *view) {
|
|||
}
|
||||
|
||||
void view_destroy(struct roots_view *view) {
|
||||
view_damage(view);
|
||||
wl_signal_emit(&view->events.destroy, view);
|
||||
|
||||
if (view->fullscreen_output) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue