summaryrefslogtreecommitdiff
path: root/src/ui/tabpopup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tabpopup.c')
-rw-r--r--src/ui/tabpopup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tabpopup.c b/src/ui/tabpopup.c
index 934874e8..4c4cf308 100644
--- a/src/ui/tabpopup.c
+++ b/src/ui/tabpopup.c
@@ -41,6 +41,8 @@
#define gdk_region_subtract cairo_region_subtract
#define gdk_region_destroy cairo_region_destroy
#define gdk_region_rectangle cairo_region_create_rectangle
+ /* Silence Gtk{V,H}Box deprecations warnings */
+ #define gtk_vbox_new(X, Y) gtk_box_new(GTK_ORIENTATION_VERTICAL, Y)
#endif
#define OUTSIDE_SELECT_RECT 2