From: devilhorns Date: Sun, 5 Sep 2010 15:40:36 +0000 (+0000) Subject: Prototypes for the missing ecore_x convert functions. X-Git-Tag: build/2012-07-04.173327~1831 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ef75bd1757df732a466e8f9cf6f74874f505e3e;p=profile%2Fivi%2Fecore.git Prototypes for the missing ecore_x convert functions. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51906 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h index 19929c0..8a40ac7 100644 --- a/src/lib/ecore_x/Ecore_X.h +++ b/src/lib/ecore_x/Ecore_X.h @@ -2979,6 +2979,22 @@ EAPI void * ecore_x_image_data_get(Ecore_X_Image *im, int *bpl, int *rows, int *bpp); +EAPI Eina_Bool ecore_x_image_to_argb_convert(void *src, int sbpp, + int sbpl, int srows, + Ecore_X_Colormap c, + Ecore_X_Visual v, + int x, int y, int w, int h, + void *dst, int dbpp, + int dbpl, int drows, + int dx, int dy); +EAPI Eina_Bool ecore_x_image_from_argb_convert(void *src, int sbpp, + int sbpl, int srows, + Ecore_X_Colormap c, + Ecore_X_Visual v, + int x, int y, int w, int h, + void *dst, int dbpp, + int dbpl, int drows, + int dx, int dy); EAPI Eina_Bool ecore_x_input_multi_select(Ecore_X_Window win);