edje: load - use evas_object_clipees_has instead of evas_object_clipees_get
authorAmitesh Singh <amitesh.sh@samsung.com>
Thu, 15 Oct 2015 09:34:23 +0000 (15:04 +0530)
committerAmitesh Singh <amitesh.sh@samsung.com>
Thu, 15 Oct 2015 09:34:23 +0000 (15:04 +0530)
commit048b5f70e5d5324d6b3966a4ce59af79afa5504b
tree227415e5baf335aa0a2f4ee9713e7ca7c3e0b15d
parent8e87e56a7cdb28bad1251435e0f2085ca08b9411
edje: load - use evas_object_clipees_has instead of evas_object_clipees_get

evas_object_clipees_has is far cheaper than evas_object_clipees_get in case of checking if
clipees exist or not. This should improve the performance in case of large set of clipees.

@fix
src/lib/edje/edje_load.c