diff --git a/src/bin/clapper-app/main.c b/src/bin/clapper-app/main.c index 7acf4e10..63ca4165 100644 --- a/src/bin/clapper-app/main.c +++ b/src/bin/clapper-app/main.c @@ -39,7 +39,9 @@ main (gint argc, gchar **argv) guint resolution = 0; #endif +#ifndef G_OS_WIN32 g_setenv ("GSK_RENDERER", "gl", FALSE); +#endif setlocale (LC_ALL, ""); if (!(clapper_ldir = g_getenv ("CLAPPER_APP_OVERRIDE_LOCALEDIR")))