Seal GtkInvisible.

svn path=/trunk/; revision=20600
This commit is contained in:
Tim Janik 2008-06-20 11:07:50 +00:00
parent 9908eab771
commit 21e079f9a0

View File

@ -49,8 +49,8 @@ typedef struct _GtkInvisibleClass GtkInvisibleClass;
struct _GtkInvisible struct _GtkInvisible
{ {
GtkWidget widget; GtkWidget widget;
gboolean has_user_ref_count; gboolean GSEAL (has_user_ref_count);
GdkScreen *screen; GdkScreen *GSEAL (screen);
}; };
struct _GtkInvisibleClass struct _GtkInvisibleClass