summaryrefslogtreecommitdiff
path: root/src/tabpopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabpopup.h')
-rw-r--r--src/tabpopup.h2
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,