summary refs log tree commit diff
path: root/xutil.c
diff options
context:
space:
mode:
authorokan <okan>2011-07-23 13:09:11 +0000
committerokan <okan>2011-07-23 13:09:11 +0000
commit69ac0624cc07ffc8df11287a8827b42773371b0e (patch)
tree18d6f6f1548820aacf4b673a948860cb157b98d2 /xutil.c
parentc585dfbf32b69daa483ad129cc2349ce26102dec (diff)
downloadcwm-69ac0624cc07ffc8df11287a8827b42773371b0e.tar.gz
cwm-69ac0624cc07ffc8df11287a8827b42773371b0e.tar.xz
cwm-69ac0624cc07ffc8df11287a8827b42773371b0e.zip
Clarify defines and make them not look like non-local ones; started by a
small diff from Thomas Pfaff.

ok oga@
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xutil.c b/xutil.c
index 3d0132d..b31dc61 100644
--- a/xutil.c
+++ b/xutil.c
@@ -59,7 +59,7 @@ xu_btn_grab(Window win, int mask, u_int btn)
 	int	i;
 	for (i = 0; i < nitems(ign_mods); i++)
 		XGrabButton(X_Dpy, btn, (mask | ign_mods[i]), win,
-		    False, ButtonMask, GrabModeAsync,
+		    False, BUTTONMASK, GrabModeAsync,
 		    GrabModeSync, None, None);
 }