summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h
index ce0a4baa..f04e5bc4 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -39,7 +39,8 @@ struct _MetaScreen
int width;
int height;
MetaUI *ui;
-
+ MetaTabPopup *tab_popup;
+
MetaWorkspace *active_workspace;
MetaStack *stack;
@@ -63,6 +64,8 @@ int meta_screen_get_n_workspaces (MetaScreen *scree
void meta_screen_set_cursor (MetaScreen *screen,
MetaCursor cursor);
+void meta_screen_ensure_tab_popup (MetaScreen *screen);
+
#endif