This commit is contained in:
p.kosyh 2009-10-25 05:51:03 +00:00
parent 145c6ae2bd
commit 9c4f8a1f67
2 changed files with 1 additions and 1 deletions

View file

@ -27,7 +27,6 @@ int input_init(void)
{
SDL_EnableKeyRepeat(500, 30);
m_focus = !!(SDL_GetAppState() & SDL_APPMOUSEFOCUS);
putenv("SDL_MOUSE_RELATIVE=0"); /* test this! */
return 0;
}

View file

@ -18,6 +18,7 @@ int main(int argc, char **argv)
{
int err = 0;
int i;
putenv("SDL_MOUSE_RELATIVE=0"); /* test this! */
for (i = 1; i < argc; i++) {
if (!strcmp(argv[i],"-alsa"))
alsa_sw = 1;