]> Pileus Git - ~andy/gtk/commitdiff
Seal center_allocation field in GtkAspectFrame.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:47 +0000 (11:03 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:47 +0000 (11:03 +0000)
svn path=/trunk/; revision=20554

gtk/gtkaspectframe.h

index 5638bf5710042a83f7eb4ff5e124853e43c41880..3f8475273a91c0238929466b57cfcf8e10022515 100644 (file)
@@ -57,7 +57,7 @@ struct _GtkAspectFrame
   gfloat GSEAL(ratio);
   gboolean GSEAL(obey_child);
 
-  GtkAllocation center_allocation;
+  GtkAllocation GSEAL (center_allocation);
 };
 
 struct _GtkAspectFrameClass