e_mod_effect: use e_comp_object_native_usable_get instaed of using e_pixmap_usable_get 65/196865/5 submit/tizen/20190111.054351
authorJuyeon Lee <juyeonne.lee@samsung.com>
Mon, 7 Jan 2019 05:19:13 +0000 (14:19 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 8 Jan 2019 07:14:57 +0000 (16:14 +0900)
commit06a132b50d2572e6b8cb21195f71ce26dea8033e
tree6a0b8c513f517a9505294ea87a7efe64c9065640
parent00b5f498810e4c7fcd77941533e59031c5728597
e_mod_effect: use e_comp_object_native_usable_get instaed of using e_pixmap_usable_get

since tizen 5.0, efl client used to attach NULL buffer when hide,
if null buffer, server unmap the client and its pixmap is unusalbe.
To run hide effect, use e_comp_object_is_native_drawable
checks if cw has native sruface

Change-Id: I62a47adbab6132d236c370ad3d16dc85eb73bed4
Signed-off-by: Juyeon Lee <juyeonne.lee@samsung.com>
src/e_mod_effect.c