www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 766a7e2c3bdf57f2da0b72886041082b7b4fb380
parent 05f706839ac54da633d60916395a0b6b67e1093b
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date:   Sun, 26 Sep 2010 01:12:13 +0200

Première fenêtre !! C'est la fête !

Diffstat:
Mmain.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -9,7 +9,7 @@ int main(int argc, char** argv) { exit(EXIT_FAILURE); } - + SDL_SetVideoMode(640, 480, 24, SDL_HWSURFACE); SDL_Quit(); return 0;