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_grypal_6.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libraries/evas/src/lib/engines/common/evas_convert_grypal_6.h (limited to 'libraries/evas/src/lib/engines/common/evas_convert_grypal_6.h') diff --git a/libraries/evas/src/lib/engines/common/evas_convert_grypal_6.h b/libraries/evas/src/lib/engines/common/evas_convert_grypal_6.h new file mode 100644 index 0000000..5f839c2 --- /dev/null +++ b/libraries/evas/src/lib/engines/common/evas_convert_grypal_6.h @@ -0,0 +1,6 @@ +#ifndef _EVAS_CONVERT_GRY_4_H +#define _EVAS_CONVERT_GRY_4_H + +void evas_common_convert_rgba_to_8bpp_pal_gray64 (DATA32 *src, DATA8 *dst, int src_jump, int dst_jump, int w, int h, int dith_x, int dith_y, DATA8 *pal); + +#endif /* _EVAS_CONVERT_GRY_4_H */ -- cgit v1.1