make sure it has dynamic hint set.

SVN revision: 54114
This commit is contained in:
Carsten Haitzler 2010-11-03 04:08:09 +00:00
parent 19bce347b0
commit be6cf01bb8
1 changed files with 3 additions and 1 deletions

View File

@ -644,7 +644,9 @@ ecore_evas_object_image_new(Ecore_Evas *ee_target)
if (!ee) return NULL;
o = evas_object_image_add(ee_target->evas);
evas_object_image_content_hint_set(o, EVAS_IMAGE_CONTENT_HINT_DYNAMIC);
evas_object_image_colorspace_set(o, EVAS_COLORSPACE_ARGB8888);
ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS);
_ecore_evas_buffer_init();