summaryrefslogtreecommitdiff
path: root/src/include/tabpopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tabpopup.h')
-rw-r--r--src/include/tabpopup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/tabpopup.h b/src/include/tabpopup.h
index 19e8621b..8f249511 100644
--- a/src/include/tabpopup.h
+++ b/src/include/tabpopup.h
@@ -28,6 +28,7 @@
/* Don't include gtk.h or gdk.h here */
#include "common.h"
#include "boxes.h"
+#include "types.h"
#include <X11/Xlib.h>
#include <glib.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
@@ -58,6 +59,7 @@ struct _MetaTabEntry
};
MetaTabPopup* meta_ui_tab_popup_new (const MetaTabEntry *entries,
+ MetaScreen *meta_screen,
int entry_count,
int width,
gboolean expand_for_titles,