mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
clapper-app: Do not enforce GSK renderer on Windows
This commit is contained in:
@@ -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")))
|
||||||
|
Reference in New Issue
Block a user