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:
3bdf267
)
reset buffer_viewport.changed if unmapped
author
Boram Park
<boram1288.park@samsung.com>
Thu, 21 Jan 2016 02:56:42 +0000
(11:56 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Thu, 21 Jan 2016 07:20:13 +0000
(16:20 +0900)
Change-Id: Iefdcf9769c84e5cb75e1d590b4d9d84bec7d3b60
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 71c900d84a39467f9ee7e3d8ab037095c219d6ba..f2097169ab9a326a07fae2c008fb780312fd5a31 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-2187,6
+2187,8
@@
_e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
return;
unmapped:
+ state->buffer_viewport.changed = 0;
+
/* clear pending damages */
EINA_LIST_FREE(state->damages, dmg)
eina_rectangle_free(dmg);