Fix issue 180: Quicksearch filenames and brush resize shortcuts don't work

git-svn-id: svn://pulkomandy.tk/GrafX2/branches/release@874 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-06-17 18:28:41 +00:00
parent daa38a37fb
commit cc4e60954f
2 changed files with 1 additions and 4 deletions

1
main.c
View File

@@ -408,6 +408,7 @@ int Init_program(int argc,char * argv[])
}
Joystick = SDL_JoystickOpen(0);
SDL_EnableKeyRepeat(250, 32);
SDL_EnableUNICODE(SDL_ENABLE);
SDL_WM_SetCaption("GrafX2","GrafX2");
{