diff options
author | Søren Sandmann <sandmann@redhat.com> | 2005-03-28 20:47:55 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2005-03-28 20:47:55 +0000 |
commit | 90a4ddb18dffa8a8d972f34b867c8b0c2759095f (patch) | |
tree | 31ef8a04574fbaf52d1cf2456de2203f33633e1b /src/tabpopup.h | |
parent | 950f4580289a7890fb9f1802e7eb352882e927e0 (diff) | |
download | metacity-90a4ddb18dffa8a8d972f34b867c8b0c2759095f.tar.gz |
Merge changes on head.
Mon Mar 28 15:34:37 2005 Søren Sandmann <sandmann@redhat.com>
* Merge changes on head.
Diffstat (limited to 'src/tabpopup.h')
-rw-r--r-- | src/tabpopup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tabpopup.h b/src/tabpopup.h index 82f28f55..c220003c 100644 --- a/src/tabpopup.h +++ b/src/tabpopup.h @@ -40,6 +40,8 @@ struct _MetaTabEntry int x, y, width, height; int inner_x, inner_y, inner_width, inner_height; guint blank : 1; + guint minimized : 1; + guint demands_attention : 1; }; MetaTabPopup* meta_ui_tab_popup_new (const MetaTabEntry *entries, |