# HG changeset patch # User unc0rr # Date 1255693999 0 # Node ID d1ab2e2549d0189763d1faf5233de0ace021923c # Parent 4e9c3c9ece3e6dd12c8835d740ac4429d3d9e0ea Fix mouse problem when focus is lost diff -r 4e9c3c9ece3e -r d1ab2e2549d0 hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Fri Oct 16 03:34:00 2009 +0000 +++ b/hedgewars/SDLh.pas Fri Oct 16 11:53:19 2009 +0000 @@ -65,7 +65,7 @@ SDL_INIT_AUDIO = $00000010; SDL_INIT_JOYSTICK = $00000200; - SDL_APPINPUTFOCUS=$00000010; + SDL_APPINPUTFOCUS=$00000002; {$IFDEF SDL13} SDL_ASYNCBLIT = $08000000;