Prototypes for the missing ecore_x convert functions.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 5 Sep 2010 15:40:36 +0000 (15:40 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 5 Sep 2010 15:40:36 +0000 (15:40 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@51906 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/Ecore_X.h

index 19929c0..8a40ac7 100644 (file)
@@ -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);