using DYNAMIC HINT in ecore extn make problem.

it maybe because of get/set pair or other bug in extn.
until fixing this, I'll block dynamic hint  


SVN revision: 74887
This commit is contained in:
Jiyoun Park 2012-08-05 13:07:28 +00:00
parent c6b4a6b911
commit 1d1c51d258
1 changed files with 2 additions and 1 deletions

View File

@ -1329,7 +1329,8 @@ ecore_evas_extn_plug_new(Ecore_Evas *ee_target)
if (!ee) return NULL;
o = evas_object_image_filled_add(ee_target->evas);
evas_object_image_content_hint_set(o, EVAS_IMAGE_CONTENT_HINT_DYNAMIC);
/* this make problem in gl engine, so I'll block this until solve problem
evas_object_image_content_hint_set(o, EVAS_IMAGE_CONTENT_HINT_DYNAMIC);*/
evas_object_image_colorspace_set(o, EVAS_COLORSPACE_ARGB8888);
evas_object_image_alpha_set(o, 1);
evas_object_image_size_set(o, 1, 1);