www

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

commit 51e2cfe93a4887cf4f85740284210c59ac9e5cdd
parent 766a7e2c3bdf57f2da0b72886041082b7b4fb380
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date:   Sun, 26 Sep 2010 01:19:57 +0200

Titre et icône de la fenêtre.

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

diff --git a/main.c b/main.c @@ -10,7 +10,8 @@ int main(int argc, char** argv) { } SDL_SetVideoMode(640, 480, 24, SDL_HWSURFACE); + SDL_WM_SetCaption("Lew", "lew.png"); SDL_Quit(); - return 0; + return EXIT_SUCCESS; }