summaryrefslogtreecommitdiff
path: root/gtk/gtkseparator.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-08-30 14:56:28 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-08-30 14:56:28 +0900
commit54d44a9bd04cfbed8426614fc69c027a46f41a14 (patch)
tree34bdf65a6e8d5d6d4016154345d1d803ba0da379 /gtk/gtkseparator.h
parentb3b22c31b997fb85b3319b392a1a69407703184c (diff)
parent67194ed77b153eb5a7eb6c596f3c20e274b7787a (diff)
downloadgtk+-native-layout.tar.gz
Merge branch 'master' into native-layoutnative-layout
Conflicts: gtk/gtkplug.c gtk/gtkscrolledwindow.c
Diffstat (limited to 'gtk/gtkseparator.h')
-rw-r--r--gtk/gtkseparator.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk/gtkseparator.h b/gtk/gtkseparator.h
index 6b3e519395..64096cd3e4 100644
--- a/gtk/gtkseparator.h
+++ b/gtk/gtkseparator.h
@@ -45,12 +45,15 @@ G_BEGIN_DECLS
#define GTK_SEPARATOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEPARATOR, GtkSeparatorClass))
-typedef struct _GtkSeparator GtkSeparator;
-typedef struct _GtkSeparatorClass GtkSeparatorClass;
+typedef struct _GtkSeparator GtkSeparator;
+typedef struct _GtkSeparatorPrivate GtkSeparatorPrivate;
+typedef struct _GtkSeparatorClass GtkSeparatorClass;
struct _GtkSeparator
{
GtkWidget widget;
+
+ GtkSeparatorPrivate *priv;
};
struct _GtkSeparatorClass