diff options
author | Stefano Karapetsas <[email protected]> | 2014-03-22 16:26:34 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-03-22 16:26:34 +0100 |
commit | a152b0ec9d2e58a303f94de7765b0febcc9e5f94 (patch) | |
tree | 8a040bb0028e2a6a65109c51735c4a3d16559969 /src/ui/frames.h | |
parent | 3d5bef24bdb30514e1758850693964cf0199653d (diff) | |
download | marco-a152b0ec9d2e58a303f94de7765b0febcc9e5f94.tar.bz2 marco-a152b0ec9d2e58a303f94de7765b0febcc9e5f94.tar.xz |
Revert "gtk3: remove always on top square at 0x0-200x200"
This reverts commit 2425d611fccb0fa43cfd85a967d41d0777ecd353.
Diffstat (limited to 'src/ui/frames.h')
-rw-r--r-- | src/ui/frames.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/ui/frames.h b/src/ui/frames.h index 54c7146a..b1d178ad 100644 --- a/src/ui/frames.h +++ b/src/ui/frames.h @@ -89,11 +89,7 @@ struct _MetaUIFrame struct _MetaFrames { -#if GTK_CHECK_VERSION (3, 0, 0) - GtkInvisible parent_instance; -#else GtkWindow parent_instance; -#endif GHashTable *text_heights; @@ -111,11 +107,8 @@ struct _MetaFrames struct _MetaFramesClass { -#if GTK_CHECK_VERSION (3, 0, 0) - GtkInvisibleClass parent_class; -#else GtkWindowClass parent_class; -#endif + }; GType meta_frames_get_type (void) G_GNUC_CONST; |