e_pixmap: canceled buffer_flush it's not needed anymore 82/228482/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 23 Mar 2020 08:07:53 +0000 (17:07 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Mon, 23 Mar 2020 09:08:52 +0000 (18:08 +0900)
commit48002aa42d375c79e35a8d0dd6fb1066cb6f5900
tree7cbb4d585592c2278f0254ea05a4ae56923967eb
parent672fc7898a5d55c46ee2390949ed06362c9fc4a7
e_pixmap: canceled buffer_flush it's not needed anymore

remote_surface and quickpanel client do buffer_flush with only_free
even if client isn't iconify state.
if buffer_flush_timer is timeout, e_pixmap can't decide to do buffer_flush.
so add e_pixmap_buffer_clear_cancel and call in e_service_quickpanel
and e_comp_wl_rsm when buffer_flush ins't needed.

Change-Id: I8eb632bb0f523516bf455f216ba3af832629eefb
src/bin/e_comp_wl_rsm.c
src/bin/e_pixmap.c
src/bin/e_pixmap.h
src/bin/services/e_service_quickpanel.c