Fixes for compiling with Visual C++ 8.0 Express Edition
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402369
This commit is contained in:
parent
80dcd123dc
commit
ed60e3a7d4
8 changed files with 12 additions and 13 deletions
|
@ -243,7 +243,7 @@ SDL_CompatEventFilter(void *userdata, SDL_Event * event)
|
|||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue