From: caro Date: Sun, 18 Oct 2009 04:24:57 +0000 (+0000) Subject: too much INFO changed in INF... X-Git-Tag: build/2012-07-04.173327~2425 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a89c24d8e8cc9b3e490639f9fddc820be3b27d0;p=profile%2Fivi%2Fecore.git too much INFO changed in INF... git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@43139 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_win32/ecore_win32_event.c b/src/lib/ecore_win32/ecore_win32_event.c index 773b0c9..3d57095 100644 --- a/src/lib/ecore_win32/ecore_win32_event.c +++ b/src/lib/ecore_win32/ecore_win32_event.c @@ -539,7 +539,7 @@ _ecore_win32_event_handle_unmap_notify(Ecore_Win32_Callback_Data *msg) void _ecore_win32_event_handle_configure_notify(Ecore_Win32_Callback_Data *msg) { - WINDOWINF wi; + WINDOWINFO wi; Ecore_Win32_Event_Window_Configure *e; WINDOWPOS *window_pos; @@ -549,7 +549,7 @@ _ecore_win32_event_handle_configure_notify(Ecore_Win32_Callback_Data *msg) if (!e) return; window_pos = (WINDOWPOS *)msg->data_param; - wi.cbSize = sizeof(WINDOWINF); + wi.cbSize = sizeof(WINDOWINFO); if (!GetWindowInfo(window_pos->hwnd, &wi)) { free(e); diff --git a/src/lib/ecore_win32/ecore_win32_window.c b/src/lib/ecore_win32/ecore_win32_window.c index 7988e88..618b516 100644 --- a/src/lib/ecore_win32/ecore_win32_window.c +++ b/src/lib/ecore_win32/ecore_win32_window.c @@ -475,7 +475,7 @@ ecore_win32_window_shape_set(Ecore_Win32_Window *window, HRGN rgn; int x; int y; - OSVERSIONINF version_info; + OSVERSIONINFO version_info; if (window == NULL) return;