diff options
Diffstat (limited to 'src/ui/frames.h')
| -rw-r--r-- | src/ui/frames.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ui/frames.h b/src/ui/frames.h index f1258783..ad86ee44 100644 --- a/src/ui/frames.h +++ b/src/ui/frames.h @@ -90,7 +90,7 @@ struct _MetaUIFrame  struct _MetaFrames  { -  GtkInvisible parent_instance; +  GtkWindow parent_instance;    GHashTable *text_heights; @@ -110,7 +110,7 @@ struct _MetaFrames  struct _MetaFramesClass  { -  GtkInvisibleClass parent_class; +  GtkWindowClass parent_class;  };  GType        meta_frames_get_type               (void) G_GNUC_CONST; | 
