author | Mike Gorchak <lestat@i.com.ua> |
Tue, 28 Apr 2009 04:41:25 +0000 | |
changeset 3111 | 14d32495a502 |
parent 3110 | e6c21c14ce3a |
child 3112 | 8f3fd508734b |
test/testcursor.c | file | annotate | diff | comparison | revisions |
--- a/test/testcursor.c Tue Apr 28 04:38:51 2009 +0000 +++ b/test/testcursor.c Tue Apr 28 04:41:25 2009 +0000 @@ -156,7 +156,7 @@ return (1); } - screen = SDL_SetVideoMode(320, 200, 8, SDL_ANYFORMAT); + screen = SDL_SetVideoMode(640, 480, 8, SDL_ANYFORMAT); if (screen == NULL) { fprintf(stderr, "Couldn't initialize video mode: %s\n", SDL_GetError());