]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkadjustment.h
types: Move GtkAdustment declaration to gtktypes.h
[~andy/gtk] / gtk / gtkadjustment.h
index 894d62aea94b263bb01b7561bee9871a19cba60b..8af9685151305234a4ab22ae0be3c28d70fc53ef 100644 (file)
@@ -30,6 +30,7 @@
 #define __GTK_ADJUSTMENT_H__
 
 #include <gdk/gdk.h>
+#include <gtk/gtktypes.h>
 
 G_BEGIN_DECLS
 
@@ -41,7 +42,6 @@ G_BEGIN_DECLS
 #define GTK_ADJUSTMENT_GET_CLASS(obj)        (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_ADJUSTMENT, GtkAdjustmentClass))
 
 
-typedef struct _GtkAdjustment         GtkAdjustment;
 typedef struct _GtkAdjustmentPrivate  GtkAdjustmentPrivate;
 typedef struct _GtkAdjustmentClass    GtkAdjustmentClass;