Ecore_Evas: fix compilation after the removal of ecore_win32_shape_set() API
authorVincent Torri <vincent.torri@gmail.com>
Wed, 7 Mar 2012 10:39:30 +0000 (10:39 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Wed, 7 Mar 2012 10:39:30 +0000 (10:39 +0000)
SVN revision: 68923

legacy/ecore/src/lib/ecore_evas/ecore_evas_win32.c

index 5329f09..e3feae8 100644 (file)
@@ -879,18 +879,12 @@ _ecore_evas_win32_fullscreen_set(Ecore_Evas *ee, int on)
 
    if (on != 0)
    {
-      ecore_win32_window_shape_set((struct _Ecore_Win32_Window *)ee->prop.window,
-                                   0, 0, NULL);
       ecore_win32_window_fullscreen_set((struct _Ecore_Win32_Window *)ee->prop.window,
                                         on);
    }
    else
    {
       ecore_win32_window_fullscreen_set(window, on);
-      ecore_win32_window_shape_set(window,
-                                   window->shape.width,
-                                   window->shape.height,
-                                   window->shape.mask);
    }
 
    /* Nothing to be done for the GDI backend at the evas level */