diff --git a/src/fe-gtk/fe-gtk.c b/src/fe-gtk/fe-gtk.c index 700c61e3..3002af8e 100644 --- a/src/fe-gtk/fe-gtk.c +++ b/src/fe-gtk/fe-gtk.c @@ -702,6 +702,10 @@ static gboolean gtk3_theme_provider_dark = FALSE; static GResource *gtk3_theme_resource = NULL; static char *gtk3_theme_resource_path = NULL; +#ifdef G_OS_WIN32 +static void fe_apply_windows_theme (gboolean dark); +#endif + static void fe_gtk3_theme_unregister_resource (void) {