make multiply/divide key (on OLPC XO keyboard) work

This commit is contained in:
Albert Cahalan 2007-03-29 05:06:45 +00:00
parent 7ab2175799
commit 19b0c3d33d
5 changed files with 22 additions and 4 deletions

View file

@ -1366,21 +1366,20 @@ static void eat_sdl_events(void)
int main(int argc, char *argv[])
{
CLOCK_TYPE time1;
CLOCK_TYPE time2;
SDL_Rect dest;
SDL_Rect src;
CLOCK_ASM(time1);
#ifdef FORKED_FONTS
run_font_scanner(screen);
#endif
/* Set up locale support */
setlocale(LC_ALL, "");
CLOCK_ASM(time1);
ctype_utf8();
/* Set up! */
setup(argc, argv);