diff options
author | marha <marha@users.sourceforge.net> | 2014-01-15 22:07:45 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-01-15 22:08:19 +0100 |
commit | 84964de9dd2f385a51f91aa54e464c37a116e8ef (patch) | |
tree | 165398b241bb728f5ff71966855b5fba0c5f1f54 /xorg-server/include/dixgrabs.h | |
parent | b7f01cb1f6cfd1ec301f650a073436c91ec614aa (diff) | |
download | vcxsrv-84964de9dd2f385a51f91aa54e464c37a116e8ef.tar.gz vcxsrv-84964de9dd2f385a51f91aa54e464c37a116e8ef.tar.bz2 vcxsrv-84964de9dd2f385a51f91aa54e464c37a116e8ef.zip |
Solved compiler errors and warnings
Diffstat (limited to 'xorg-server/include/dixgrabs.h')
-rw-r--r-- | xorg-server/include/dixgrabs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/include/dixgrabs.h b/xorg-server/include/dixgrabs.h index d78d8127b..2d8c8584c 100644 --- a/xorg-server/include/dixgrabs.h +++ b/xorg-server/include/dixgrabs.h @@ -47,7 +47,7 @@ extern GrabPtr CreateGrab(int /* client */ , WindowPtr /* confineTo */ , CursorPtr /* cursor */ ); -extern _X_EXPORT int DeletePassiveGrab(void */* value */ , +extern _X_EXPORT int DeletePassiveGrab(void * /* value */ , XID /* id */ ); extern _X_EXPORT Bool GrabMatchesSecond(GrabPtr /* pFirstGrab */ , |