* Fixing missing 'return 1' in e_grabinput.c

SVN revision: 21003
This commit is contained in:
sndev 2006-03-04 12:38:18 +00:00 committed by sndev
parent ed715bb41a
commit 2df7ab1a6a
2 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ e_desklock_show(void)
for (i = 0; i < wnum; i++)
{
Ecore_X_Window_Attributes att;
memset(&att, 0, sizeof(Ecore_X_Window_Attributes));
ecore_x_window_attributes_get(windows[i], &att);
if (att.visible)

View File

@ -67,6 +67,7 @@ e_grabinput_get(Ecore_X_Window mouse_win, int confine_mouse, Ecore_X_Window key_
}
grab_key_win = key_win;
}
return 1;
}
EAPI void