summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r--gtk/gtkfixed.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c
index e98eb1223b..fb0d88faf4 100644
--- a/gtk/gtkfixed.c
+++ b/gtk/gtkfixed.c
@@ -25,9 +25,9 @@
*/
#include <config.h>
-#include "gtkalias.h"
#include "gtkfixed.h"
#include "gtkintl.h"
+#include "gtkalias.h"
enum {
CHILD_PROP_0,
@@ -532,3 +532,6 @@ gtk_fixed_get_has_window (GtkFixed *fixed)
return !GTK_WIDGET_NO_WINDOW (fixed);
}
+
+#define __GTK_FIXED_C__
+#include "gtkaliasdef.c"