summaryrefslogtreecommitdiff
path: root/src/include/tabpopup.h
diff options
context:
space:
mode:
authorMihai Moldovan <[email protected]>2023-07-28 20:27:28 +0200
committerColomban Wendling <[email protected]>2023-10-24 10:58:14 +0200
commitfdfc8bdd01242a38d87684b9c5e80e06edd2adad (patch)
tree068ec4b8361df7fff819638016b0b8fec8a71e47 /src/include/tabpopup.h
parenta67e582bc96aac4a779b0fe28e7a005ca166bd03 (diff)
downloadmarco-fdfc8bdd01242a38d87684b9c5e80e06edd2adad.tar.bz2
marco-fdfc8bdd01242a38d87684b9c5e80e06edd2adad.tar.xz
ui/tabpopup: likewise only enable compositing code if available.
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,