summaryrefslogtreecommitdiff
path: root/xts5/Xlib13/XGetPointerMapping.m
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-06-30 11:52:26 +1000
committerAaron Plattner <aplattner@nvidia.com>2011-04-12 15:37:56 -0700
commitdbcf105a03d29ad6541dd851a257393af54f5dd1 (patch)
treea37e75db6468fcef2c392a416db0b96c0a0b67b6 /xts5/Xlib13/XGetPointerMapping.m
parentd12f9c04388ce98953e8cfa75c40e7e3628ff573 (diff)
Remove superfluous (void) casts.
sed -e "s/\([ ]\)(void) \(.*\)/\1\2/" Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Diffstat (limited to 'xts5/Xlib13/XGetPointerMapping.m')
-rw-r--r--xts5/Xlib13/XGetPointerMapping.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/Xlib13/XGetPointerMapping.m b/xts5/Xlib13/XGetPointerMapping.m
index 5d92ceac..3c517970 100644
--- a/xts5/Xlib13/XGetPointerMapping.m
+++ b/xts5/Xlib13/XGetPointerMapping.m
@@ -159,7 +159,7 @@ Window win;
return;
} else
CHECK;
- (void) warppointer(display, win, 2, 2);
+ warppointer(display, win, 2, 2);
for (i=0; i<nbuttons; i++) {
XEvent ev;