Evas filters: Minor change (type is void*)
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 5 Mar 2014 09:04:35 +0000 (18:04 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 7 Mar 2014 01:39:55 +0000 (10:39 +0900)
src/lib/evas/canvas/evas_object_text.c

index 3086825..e1cfb21 100644 (file)
@@ -2167,7 +2167,7 @@ evas_object_text_render(Evas_Object *eo_obj,
         void *filter_ctx;
         Eina_Bool ok;
         int ox = 0, oy = 0;
-        Image_Entry *previous = o->cur.filter.output;
+        void *previous = o->cur.filter.output;
 
         /* NOTE: Font effect rendering is now done ENTIRELY on CPU.
          * So we rely on cache/cache2 to allocate a real image buffer,