diff options
Diffstat (limited to 'gtk/gtkthemes.h')
-rw-r--r-- | gtk/gtkthemes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkthemes.h b/gtk/gtkthemes.h index bba698154e..623b5c4b20 100644 --- a/gtk/gtkthemes.h +++ b/gtk/gtkthemes.h @@ -45,6 +45,8 @@ struct _GtkThemesData struct { struct _GtkWidgetThemeFunction button; + struct _GtkWidgetThemeFunction window; + struct _GtkWidgetThemeFunction check_button; } functions; void *data; }; |