diff options
Diffstat (limited to 'Xext/sleepuntil.h')
-rw-r--r-- | Xext/sleepuntil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/sleepuntil.h b/Xext/sleepuntil.h index 5c7084842..e9b8388f9 100644 --- a/Xext/sleepuntil.h +++ b/Xext/sleepuntil.h @@ -36,7 +36,7 @@ extern int ClientSleepUntil(ClientPtr client, TimeStamp *revive, void (*notifyFunc) (ClientPtr /* client */ , - pointer /* closure */ - ), pointer Closure); + void * /* closure */ + ), void *Closure); #endif |