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:
1ddc9ab
)
e_output: remove defensive code that prevents excessive commit calls
27/196527/2
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Wed, 2 Jan 2019 05:18:59 +0000
(14:18 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Tue, 8 Jan 2019 00:37:13 +0000
(
00:37
+0000)
fix late update error of wearable watch home after zoom panning.
Change-Id: I09a78f6a2ec754338b1d841c1c73b28903cade7a
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_output.c
patch
|
blob
|
history
diff --git
a/src/bin/e_output.c
b/src/bin/e_output.c
index 7c52f12e88bd7647b11c43462daa8f4c8bece3d8..fe7465a713f37f83501ad7db4f0e961b96d81cdf 100644
(file)
--- a/
src/bin/e_output.c
+++ b/
src/bin/e_output.c
@@
-541,8
+541,7
@@
_e_output_zoom_rotate(E_Output *output)
ERR("fail _e_output_zoom_touch_set");
/* update the ecore_evas */
- if (e_plane_pp_commit_possible_check(ep))
- _e_output_render_update(output);
+ _e_output_render_update(output);
}
else
{