diff options
author | Mihai Moldovan <[email protected]> | 2023-07-28 20:27:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-08-17 21:50:32 +0200 |
commit | 645c83a4755db32d68a4b0ec27fe9dddd9f92e07 (patch) | |
tree | 01d4d95b36c86a1550a4dec31128d5aa3f44291f /src/include/tabpopup.h | |
parent | dc4a2863dd402b052edce27e441503751619b024 (diff) | |
download | marco-645c83a4755db32d68a4b0ec27fe9dddd9f92e07.tar.bz2 marco-645c83a4755db32d68a4b0ec27fe9dddd9f92e07.tar.xz |
ui/tabpopup: likewise only enable compositing code if available.
Diffstat (limited to 'src/include/tabpopup.h')
-rw-r--r-- | src/include/tabpopup.h | 2 |
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, |