Skip to content

Commit

Permalink
clapper-app: Do not enforce GSK renderer on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafostar committed Jan 12, 2025
1 parent d9b20dc commit 09b3ef8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/clapper-app/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
Expand Down

0 comments on commit 09b3ef8

Please sign in to comment.