experemental putenv

This commit is contained in:
p.kosyh 2009-10-24 16:10:40 +00:00
parent 60be895d04
commit 9c8826796c

View file

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