ServerContextService: Really destroy the main window

Otherwise layer surfaces keep piling up
This commit is contained in:
Guido Günther
2019-07-15 23:38:04 +02:00
parent d807e43929
commit 83d48d24ce

View File

@ -238,6 +238,7 @@ make_window (ServerContextService *context)
static void static void
destroy_window (ServerContextService *context) destroy_window (ServerContextService *context)
{ {
gtk_widget_destroy (GTK_WIDGET (context->window));
context->window = NULL; context->window = NULL;
} }