]> Pileus Git - ~andy/gtk/commitdiff
Seal GtkInvisible.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:07:50 +0000 (11:07 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:07:50 +0000 (11:07 +0000)
svn path=/trunk/; revision=20600

gtk/gtkinvisible.h

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