summaryrefslogtreecommitdiff
path: root/accessx-status
diff options
context:
space:
mode:
Diffstat (limited to 'accessx-status')
-rw-r--r--accessx-status/applet.c2
1 files changed, 2 insertions, 0 deletions
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 <libmate-desktop/mate-desktop-utils.h>
#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;