summaryrefslogtreecommitdiff
path: root/capplets/keyboard/mate-keyboard-properties-xkbmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/keyboard/mate-keyboard-properties-xkbmc.c')
-rw-r--r--capplets/keyboard/mate-keyboard-properties-xkbmc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-xkbmc.c b/capplets/keyboard/mate-keyboard-properties-xkbmc.c
index 20cd63be..1be85b36 100644
--- a/capplets/keyboard/mate-keyboard-properties-xkbmc.c
+++ b/capplets/keyboard/mate-keyboard-properties-xkbmc.c
@@ -29,6 +29,11 @@
#include <gio/gio.h>
#include <glib/gi18n.h>
+#include <gtk/gtk.h>
+#if GTK_CHECK_VERSION (3, 0, 0)
+#define gtk_widget_hide_all gtk_widget_hide
+#endif
+
#include "capplet-util.h"
#include "mate-keyboard-properties-xkb.h"