deprecated function
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Sep 2010 05:53:25 +0000 (05:53 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Sep 2010 05:53:25 +0000 (05:53 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52670 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_win32/Ecore_Win32.h

index bfbbfe6..1e0976e 100644 (file)
@@ -458,10 +458,10 @@ EAPI void ecore_win32_window_borderless_set(Ecore_Win32_Window *window,
 EAPI void ecore_win32_window_fullscreen_set(Ecore_Win32_Window *window,
                                             Eina_Bool           on);
 
-EAPI void ecore_win32_window_shape_set(Ecore_Win32_Window *window,
-                                       unsigned short      width,
-                                       unsigned short      height,
-                                       unsigned char      *mask);
+EINA_DEPRECATED EAPI void ecore_win32_window_shape_set(Ecore_Win32_Window *window,
+                                                       unsigned short      width,
+                                                       unsigned short      height,
+                                                       unsigned char      *mask);
 
 EAPI void ecore_win32_window_cursor_set(Ecore_Win32_Window *window,
                                         Ecore_Win32_Cursor *cursor);