Changing the key masks to the values of GDK.
authorChristoph Lohmann <20h@r-36.net>
Sat, 13 Oct 2012 10:06:26 +0000 (12:06 +0200)
committerChristoph Lohmann <20h@r-36.net>
Sat, 13 Oct 2012 10:06:26 +0000 (12:06 +0200)
surf.c

diff --git a/surf.c b/surf.c
index 3cf452f..92aff40 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -21,7 +21,7 @@
 #include <sys/file.h>
 
 #define LENGTH(x)               (sizeof x / sizeof x[0])
-#define CLEANMASK(mask)         (mask & (ShiftMask|ControlMask|Mod1Mask|Mod2Mask|Mod3Mask|Mod4Mask|Mod5Mask))
+#define CLEANMASK(mask)         (mask & (GDK_SHIFT_MASK|GDK_CONTROL_MASK|GDK_MOD1_MASK|GDK_MOD2_MASK|GDK_MOD3_MASK|GDK_MOD4_MASK|GDK_MOD5_MASK))
 
 enum { AtomFind, AtomGo, AtomUri, AtomLast };