aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include/dixgrabs.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/include/dixgrabs.h')
-rwxr-xr-x[-rw-r--r--]xorg-server/include/dixgrabs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/include/dixgrabs.h b/xorg-server/include/dixgrabs.h
index 2d8c8584c..3bd80132b 100644..100755
--- a/xorg-server/include/dixgrabs.h
+++ b/xorg-server/include/dixgrabs.h
@@ -47,8 +47,8 @@ extern GrabPtr CreateGrab(int /* client */ ,
WindowPtr /* confineTo */ ,
CursorPtr /* cursor */ );
-extern _X_EXPORT int DeletePassiveGrab(void * /* value */ ,
- XID /* id */ );
+extern _X_EXPORT int DeletePassiveGrab(void *value,
+ XID id);
extern _X_EXPORT Bool GrabMatchesSecond(GrabPtr /* pFirstGrab */ ,
GrabPtr /* pSecondGrab */ ,