From: caro Date: Wed, 7 Mar 2012 10:39:30 +0000 (+0000) Subject: Ecore_Evas: fix compilation after the removal of ecore_win32_shape_set() API X-Git-Tag: accepted/2.0/20130306.224007~61^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=faa3613dda5965aa5c245ed6aeaf798a4f77f508;p=profile%2Fivi%2Fecore.git Ecore_Evas: fix compilation after the removal of ecore_win32_shape_set() API git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68923 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_evas/ecore_evas_win32.c b/src/lib/ecore_evas/ecore_evas_win32.c index 5329f09..e3feae8 100644 --- a/src/lib/ecore_evas/ecore_evas_win32.c +++ b/src/lib/ecore_evas/ecore_evas_win32.c @@ -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 */