clapper-app: Do not enforce GSK renderer on Windows

This commit is contained in:
Rafał Dzięgiel
2025-01-12 12:58:24 +01:00
parent d9b20dcc18
commit 09b3ef8f39

View File

@@ -39,7 +39,9 @@ main (gint argc, gchar **argv)
guint resolution = 0; guint resolution = 0;
#endif #endif
#ifndef G_OS_WIN32
g_setenv ("GSK_RENDERER", "gl", FALSE); g_setenv ("GSK_RENDERER", "gl", FALSE);
#endif
setlocale (LC_ALL, ""); setlocale (LC_ALL, "");
if (!(clapper_ldir = g_getenv ("CLAPPER_APP_OVERRIDE_LOCALEDIR"))) if (!(clapper_ldir = g_getenv ("CLAPPER_APP_OVERRIDE_LOCALEDIR")))