Mercurial > sdl-ios-xcode
diff src/SDL_compat.c @ 2130:3ee59c43d784
Fixes for compiling with Visual C++ 8.0 Express Edition
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 19 Jun 2007 05:53:56 +0000 |
parents | 047245361002 |
children | 003c1b5b07da |
line wrap: on
line diff
--- a/src/SDL_compat.c Sat Jun 16 15:32:04 2007 +0000 +++ b/src/SDL_compat.c Tue Jun 19 05:53:56 2007 +0000 @@ -243,7 +243,7 @@ case SDL_TEXTINPUT: { /* FIXME: Generate an old style key repeat event if needed */ - printf("TEXTINPUT: '%s'\n", event->text.text); + //printf("TEXTINPUT: '%s'\n", event->text.text); break; } case SDL_MOUSEWHEEL: