Set the proper grab_mouse_win to zero when releasing grabinput.

SVN revision: 33453
This commit is contained in:
Christopher Michael 2008-01-12 00:13:31 +00:00
parent 6eb29844c6
commit c877cdcf42
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ e_grabinput_release(Ecore_X_Window mouse_win, Ecore_X_Window key_win)
if (mouse_win == grab_mouse_win)
{
ecore_x_pointer_ungrab();
mouse_win = 0;
grab_mouse_win = 0;
}
if (key_win == grab_key_win)
{