From 9c8826796c23ab5a36a4acf0b6621a66fb96204a Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Sat, 24 Oct 2009 16:10:40 +0000 Subject: [PATCH] experemental putenv --- src/sdl-instead/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl-instead/input.c b/src/sdl-instead/input.c index a38894c..c3b033d 100644 --- a/src/sdl-instead/input.c +++ b/src/sdl-instead/input.c @@ -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; }