Mercurial > sdl-ios-xcode
comparison test/testwm.c @ 2060:866052b01ee5
indent is evil
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 28 Oct 2006 16:48:03 +0000 |
parents | c121d94672cb |
children | 8b76cc268771 |
comparison
equal
deleted
inserted
replaced
2059:4685ccd33d0e | 2060:866052b01ee5 |
---|---|
274 | 274 |
275 int | 275 int |
276 main(int argc, char *argv[]) | 276 main(int argc, char *argv[]) |
277 { | 277 { |
278 SDL_Event event; | 278 SDL_Event event; |
279 char *title; | 279 const char *title; |
280 SDL_Surface *icon; | 280 SDL_Surface *icon; |
281 Uint8 *icon_mask; | 281 Uint8 *icon_mask; |
282 int parsed; | 282 int parsed; |
283 int w, h; | 283 int w, h; |
284 | 284 |