Fix GTK3 theme background refresh/saving

This commit is contained in:
2026-06-09 11:23:38 -06:00
parent 2d12da79b0
commit 5acb90025f
5 changed files with 85 additions and 13 deletions

View File

@@ -107,12 +107,23 @@ theme_manager_reset_mode_colors (unsigned int mode, gboolean *palette_changed)
*palette_changed = FALSE;
}
void
theme_runtime_clear_gtk_mapped_custom_tokens (void)
{
}
gboolean
theme_manager_save_preferences (void)
{
return TRUE;
}
void
theme_manager_apply_to_window (GtkWidget *window)
{
(void)window;
}
void
theme_manager_dispatch_changed (ThemeChangedReason reasons)
{