From d2d685818a85b773c49802c494a0c386917b5ee6 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 26 Nov 2014 14:38:07 +0100 Subject: Gtk3: Silence GtkVbox and GtkHbox deprecation warnings --- accessx-status/applet.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'accessx-status') diff --git a/accessx-status/applet.c b/accessx-status/applet.c index bdea685d..8cbe1ff3 100644 --- a/accessx-status/applet.c +++ b/accessx-status/applet.c @@ -44,6 +44,8 @@ #define MATE_DESKTOP_USE_UNSTABLE_API #include #define gdk_spawn_command_line_on_screen mate_gdk_spawn_command_line_on_screen +#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y) +#define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y) #endif static int xkb_base_event_type = 0; -- cgit v1.2.1