too much INFO changed in INF...
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 18 Oct 2009 04:24:57 +0000 (04:24 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 18 Oct 2009 04:24:57 +0000 (04:24 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@43139 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_win32/ecore_win32_event.c
src/lib/ecore_win32/ecore_win32_window.c

index 773b0c9..3d57095 100644 (file)
@@ -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);
index 7988e88..618b516 100644 (file)
@@ -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;