summaryrefslogtreecommitdiff
path: root/gtk/gtklayout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtklayout.c')
-rw-r--r--gtk/gtklayout.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtklayout.c b/gtk/gtklayout.c
index 12c44e6d83..b47ff7f674 100644
--- a/gtk/gtklayout.c
+++ b/gtk/gtklayout.c
@@ -31,11 +31,11 @@
#include <config.h>
#include "gdkconfig.h"
-#include "gtkalias.h"
#include "gtklayout.h"
#include "gtkprivate.h"
#include "gtkintl.h"
#include "gtkmarshalers.h"
+#include "gtkalias.h"
typedef struct _GtkLayoutChild GtkLayoutChild;
@@ -1157,3 +1157,6 @@ gtk_layout_adjustment_changed (GtkAdjustment *adjustment,
gdk_window_process_updates (layout->bin_window, TRUE);
}
}
+
+#define __GTK_LAYOUT_C__
+#include "gtkaliasdef.c"