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:
a0f5005
)
e_comp_wl: end hwc if buffer transform of overlay ec is changed
64/166464/2
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 10 Jan 2018 08:09:30 +0000
(17:09 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Thu, 11 Jan 2018 09:25:49 +0000
(09:25 +0000)
Change-Id: I6da5373d4c802457b1093511ecbd3192311a2825
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index d74f025e8603beb57967340bfb8ec7cadc9f4f44..80a2fb985d16466546d66bfac461f41b36560b81 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-2463,6
+2463,8
@@
_e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
if (transform_change == vp->wait_for_transform_change)
vp->wait_for_transform_change = 0;
+
+ if (e_comp_is_on_overlay(ec)) e_comp_hwc_end(__FUNCTION__);
}
ec->comp_data->scaler.buffer_viewport = state->buffer_viewport;