projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a94cc1
)
e_pixmap: end hwc of ec if ec is on overlay in e_pixmap_buffer_clear
63/194363/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 3 Dec 2018 11:53:49 +0000
(20:53 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 3 Dec 2018 11:59:09 +0000
(20:59 +0900)
Change-Id: I130f06d7715ab03906d406d8111723f844957af6
src/bin/e_pixmap.c
patch
|
blob
|
history
diff --git
a/src/bin/e_pixmap.c
b/src/bin/e_pixmap.c
index 2f992eeb2f6619f5b5cdc2a4c5a661eecf1d498e..baa1450b5300e7d4a63865a0dddab94a568715dd 100644
(file)
--- a/
src/bin/e_pixmap.c
+++ b/
src/bin/e_pixmap.c
@@
-1061,6
+1061,9
@@
e_pixmap_buffer_clear(E_Pixmap *cp, Eina_Bool only_free)
}
else
{
+ if (e_comp_is_on_overlay(cp->client))
+ e_comp_hwc_client_end(cp->client, __FUNCTION__);
+
tizen_surface_shm_flusher_send_flush(cp->shm_flusher);
}
}