Mercurial > sdl-ios-xcode
comparison src/video/gem/SDL_gemmouse.c @ 3855:b2d9881c8c88 SDL-1.2
Forgot to reshow mouse cursor when exiting grab/hide mode
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Fri, 08 Sep 2006 19:17:03 +0000 |
parents | 417f2af2bd52 |
children | 5d14acfdf84d |
comparison
equal
deleted
inserted
replaced
3854:f1816773a309 | 3855:b2d9881c8c88 |
---|---|
179 /*(this->input_grab != SDL_GRAB_OFF) && */ /* Damn GEM can not grab */ | 179 /*(this->input_grab != SDL_GRAB_OFF) && */ /* Damn GEM can not grab */ |
180 (SDL_GetAppState() & SDL_APPACTIVE) ) { | 180 (SDL_GetAppState() & SDL_APPACTIVE) ) { |
181 GEM_mouse_relative = SDL_TRUE; | 181 GEM_mouse_relative = SDL_TRUE; |
182 } else { | 182 } else { |
183 GEM_mouse_relative = SDL_FALSE; | 183 GEM_mouse_relative = SDL_FALSE; |
184 graf_mouse(M_ON, NULL); | |
184 } | 185 } |
185 } | 186 } |