using DYNAMIC HINT in ecore extn make problem.
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 5 Aug 2012 13:07:28 +0000 (13:07 +0000)
committerJiyoun Park <jy0703.park@samsung.com>
Mon, 6 Aug 2012 01:10:10 +0000 (10:10 +0900)
it maybe because of get/set pair or other bug in extn.
until fixing this, I'll block dynamic hint

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@74887 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas_extn.c

index b5a61d8..64e7351 100644 (file)
@@ -1328,7 +1328,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);