summaryrefslogtreecommitdiff
path: root/gtk/gtkwin32themeprivate.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2011-11-17 14:34:39 +0100
committerAlexander Larsson <alexl@redhat.com>2011-11-17 14:34:39 +0100
commitfdbf029df3e5c8e631784a1289af5c138361c805 (patch)
treecb8b35ba94cd2567cbbadc82ebfb707402f611ab /gtk/gtkwin32themeprivate.h
parent5e045495488fe5bc90323ea6c08533d25f73933b (diff)
downloadgtk+-fdbf029df3e5c8e631784a1289af5c138361c805.tar.gz
win32-theme: Support multiple parts being combined
This is needed for e.g. scrollbar sliders
Diffstat (limited to 'gtk/gtkwin32themeprivate.h')
-rw-r--r--gtk/gtkwin32themeprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkwin32themeprivate.h b/gtk/gtkwin32themeprivate.h
index b066d9ab14..166c67053b 100644
--- a/gtk/gtkwin32themeprivate.h
+++ b/gtk/gtkwin32themeprivate.h
@@ -32,8 +32,6 @@ typedef struct _GtkWin32ThemePart GtkWin32ThemePart;
GType _gtk_win32_theme_part_get_type (void) G_GNUC_CONST;
-GtkWin32ThemePart *_gtk_win32_theme_part_new (const char *class,
- int xp_part, int state);
GtkWin32ThemePart *_gtk_win32_theme_part_ref (GtkWin32ThemePart *part);
void _gtk_win32_theme_part_unref (GtkWin32ThemePart *part);
int _gtk_win32_theme_part_parse (GtkCssParser *parser,