Skip to content

Commit

Permalink
Can not grab mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jun 6, 2005
1 parent 2a74b79 commit 736c56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/gem/SDL_gemwm.c
Expand Up @@ -125,5 +125,5 @@ int GEM_IconifyWindow(_THIS)

SDL_GrabMode GEM_GrabInput(_THIS, SDL_GrabMode mode)
{
return mode;
return SDL_GRAB_OFF;
}

0 comments on commit 736c56a

Please sign in to comment.