diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-24 16:15:36 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-24 16:15:36 +0100 |
commit | 1857898c82b35910f6fb11270bcc724e5b21a8d8 (patch) | |
tree | d7b7ae24a86a5674c04e7b78bcc1e19e016e3c22 | |
parent | bf0565cd86651d60318b5d09876aed0cc5f6866e (diff) | |
download | mate-control-center-1857898c82b35910f6fb11270bcc724e5b21a8d8.tar.bz2 mate-control-center-1857898c82b35910f6fb11270bcc724e5b21a8d8.tar.xz |
mouse: Add GTK3 support
-rw-r--r-- | capplets/mouse/mate-mouse-properties.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/capplets/mouse/mate-mouse-properties.c b/capplets/mouse/mate-mouse-properties.c index 586c931c..cf5c9deb 100644 --- a/capplets/mouse/mate-mouse-properties.c +++ b/capplets/mouse/mate-mouse-properties.c @@ -48,6 +48,10 @@ #include <X11/Xcursor/Xcursor.h> #endif +#if GTK_CHECK_VERSION (3, 0, 0) +#define GtkFunction GSourceFunc +#endif + enum { DOUBLE_CLICK_TEST_OFF, |