Ecore: fix compilation

SVN revision: 69527
This commit is contained in:
Vincent Torri 2012-03-20 22:44:21 +00:00
parent 744379d7df
commit 162fa18190
2 changed files with 2 additions and 2 deletions

View File

@ -912,7 +912,7 @@ ecore_win32_window_focus_get(void)
INF("getting focused window");
focused = GetFocus(window->window);
focused = GetFocus();
if (!focused)
{
ERR("GetFocus() failed");

View File

@ -488,7 +488,7 @@ ecore_wince_window_focus_get(void)
INF("getting focused window");
focused = GetFocus(window->window);
focused = GetFocus();
if (!focused)
{
ERR("GetFocus() failed");