diff options
Diffstat (limited to 'rootston/desktop.c')
-rw-r--r-- | rootston/desktop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c index 94350359..b8c876cb 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -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) { |