From 8ef75bd1757df732a466e8f9cf6f74874f505e3e Mon Sep 17 00:00:00 2001 From: devilhorns Date: Sun, 5 Sep 2010 15:40:36 +0000 Subject: [PATCH] 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 --- src/lib/ecore_x/Ecore_X.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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); -- 2.7.4