Mercurial > sdl-ios-xcode
comparison test/testvidinfo.c @ 524:1b8ea19e9ee4
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 08 Oct 2002 16:29:01 +0000 |
parents | 32190cba6c40 |
children | 30168104389f |
comparison
equal
deleted
inserted
replaced
523:c210010f50f4 | 524:1b8ea19e9ee4 |
---|---|
2 /* Simple program -- figure out what kind of video display we have */ | 2 /* Simple program -- figure out what kind of video display we have */ |
3 | 3 |
4 #include <stdlib.h> | 4 #include <stdlib.h> |
5 #include <stdio.h> | 5 #include <stdio.h> |
6 #include <stdlib.h> | 6 #include <stdlib.h> |
7 #include <string.h> | |
7 | 8 |
8 #include "SDL.h" | 9 #include "SDL.h" |
9 | 10 |
10 #define NUM_BLITS 10 | 11 #define NUM_BLITS 10 |
11 #define NUM_UPDATES 500 | 12 #define NUM_UPDATES 500 |