From 55669387ffcb802307e91deb7027f17b8de20e00 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 27 Jul 2014 18:06:07 +0100 Subject: clean up gtk scaffolding interface, remove lots of cruft and globals --- gtk/theme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/theme.h') diff --git a/gtk/theme.h b/gtk/theme.h index 4aedad23f..175757b4a 100644 --- a/gtk/theme.h +++ b/gtk/theme.h @@ -39,7 +39,7 @@ struct nsgtk_theme *nsgtk_theme_load(GtkIconSize s); void nsgtk_theme_add(const char *themename); void nsgtk_theme_init(void); void nsgtk_theme_prepare(void); -void nsgtk_theme_implement(struct gtk_scaffolding *g); +void nsgtk_theme_implement(struct nsgtk_scaffolding *g); char *nsgtk_theme_name(void); void nsgtk_theme_set_name(const char *name); -- cgit v1.2.3