Mercurial > sdl-ios-xcode
annotate test/.cvsignore @ 1156:8521404a33c7
Date: Tue, 11 Oct 2005 16:58:12 +0300 (EEST)
From: =?ISO-8859-1?Q?Martin_Storsj=F6?= <martin@martin.st>
To: sdl@libsdl.org
Subject: [SDL] [PATCH] Use nanosleep on OS X
Hi,
The current version of SDL_Delay on OS X seems to always sleep at least 10
msec. OS X has nanosleep(), which performs shorter sleeps well. The
attached patch makes it use that one instead of select() as currently.
// Martin
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 11 Oct 2005 17:33:03 +0000 |
parents | 700c9c5c923b |
children | e6a82dcdce09 |
rev | line source |
---|---|
416 | 1 Makefile.in |
2 Makefile | |
3 configure | |
4 config.cache | |
5 config.log | |
6 config.status | |
754
623b453a3219
Fixed "dist" make target for newer versions of automake
Sam Lantinga <slouken@libsdl.org>
parents:
676
diff
changeset
|
7 autom4te* |
416 | 8 aclocal.m4 |
9 checkkeys | |
10 graywin | |
11 loopwave | |
12 testalpha | |
13 testbitmap | |
14 testcdrom | |
817
700c9c5c923b
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
754
diff
changeset
|
15 testcpuinfo |
416 | 16 testerror |
17 testgamma | |
18 testgl | |
19 testhread | |
20 testjoystick | |
21 testkeys | |
22 testlock | |
23 testoverlay | |
676
8b58eeef4576
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
416
diff
changeset
|
24 testoverlay2 |
416 | 25 testpalette |
26 testsem | |
27 testsprite | |
28 testtimer | |
29 testtypes | |
30 testver | |
31 testvidinfo | |
32 testwin | |
33 testwm | |
34 threadwin |