diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-24 16:17:17 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-24 16:17:17 +0100 |
commit | 1893a77af55cd2e87e4e249193a9203b1a7a0c69 (patch) | |
tree | 33996864ed575f1d4615b3872cb39575bd62c18e /capplets/keybindings/mate-keybinding-properties.c | |
parent | 6e619aedc2e6a105d5849519ae50e9d2b1145c88 (diff) | |
download | mate-control-center-1893a77af55cd2e87e4e249193a9203b1a7a0c69.tar.bz2 mate-control-center-1893a77af55cd2e87e4e249193a9203b1a7a0c69.tar.xz |
keybindings: Add GTK3 support
Diffstat (limited to 'capplets/keybindings/mate-keybinding-properties.c')
-rw-r--r-- | capplets/keybindings/mate-keybinding-properties.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/capplets/keybindings/mate-keybinding-properties.c b/capplets/keybindings/mate-keybinding-properties.c index da017f17..3f2d5924 100644 --- a/capplets/keybindings/mate-keybinding-properties.c +++ b/capplets/keybindings/mate-keybinding-properties.c @@ -12,6 +12,9 @@ #include <X11/Xatom.h> #include <glib/gi18n.h> #include <gdk/gdkkeysyms.h> +#if GTK_CHECK_VERSION (3, 0, 0) +#include <gdk/gdkkeysyms-compat.h> +#endif #include "wm-common.h" #include "capplet-util.h" |