From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- libraries/evas/src/lib/engines/common/evas_convert_main.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libraries/evas/src/lib/engines/common/evas_convert_main.h (limited to 'libraries/evas/src/lib/engines/common/evas_convert_main.h') diff --git a/libraries/evas/src/lib/engines/common/evas_convert_main.h b/libraries/evas/src/lib/engines/common/evas_convert_main.h new file mode 100644 index 0000000..51c2cc8 --- /dev/null +++ b/libraries/evas/src/lib/engines/common/evas_convert_main.h @@ -0,0 +1,9 @@ +#ifndef _EVAS_CONVERT_MAIN_H +#define _EVAS_CONVERT_MAIN_H + + +EAPI void evas_common_convert_init (void); +EAPI Gfx_Func_Convert evas_common_convert_func_get (DATA8 *dest, int w, int h, int depth, DATA32 rmask, DATA32 gmask, DATA32 bmask, Convert_Pal_Mode pal_mode, int rotation); + + +#endif /* _EVAS_CONVERT_MAIN_H */ -- cgit v1.1