From f88c1d4bdf4bacf16fc3fa29166042e49faa61de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sat, 10 May 2025 23:13:16 +0200 Subject: [PATCH] Update deprecated GTK code --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index c31a426..0607a6b 100644 --- a/main.c +++ b/main.c @@ -201,7 +201,7 @@ static int start_gui(int argc, char **argv) application_domain = g_string_new(NULL); g_string_printf(application_domain, "de.shimatta.gds_render_%s", _app_git_commit); - gapp = gtk_application_new(application_domain->str, G_APPLICATION_FLAGS_NONE); + gapp = gtk_application_new(application_domain->str, G_APPLICATION_DEFAULT_FLAGS); g_string_free(application_domain, TRUE); g_application_register(G_APPLICATION(gapp), NULL, NULL);