diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-14 07:31:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-14 07:31:44 +0000 |
commit | 38aec5d1d98e4a02da3577ee89cd1e78d4f060ba (patch) | |
tree | 4c7eb396fb1d446488d9e1585ad4ef45d96d06b5 /proto/x11proto/Xwindows.h | |
parent | 6ef13882bff3dee07e4147778fa5e821ce2ba5a1 (diff) |
x11proto 7.0.13. tested by naddy@ on a bulk ports build
Diffstat (limited to 'proto/x11proto/Xwindows.h')
-rw-r--r-- | proto/x11proto/Xwindows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/x11proto/Xwindows.h b/proto/x11proto/Xwindows.h index 7fb9840be..83649522c 100644 --- a/proto/x11proto/Xwindows.h +++ b/proto/x11proto/Xwindows.h @@ -66,7 +66,7 @@ The Open Group. #define RT_CURSOR ((RESTYPE)5) #endif -#define sleep(x) Sleep(1000*x) +#define sleep(x) Sleep((x) * 1000) #if defined(WIN32) && (!defined(PATH_MAX) || PATH_MAX < 1024) #undef PATH_MAX |