projects
/
framework
/
uifw
/
ecore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e8046
)
[ecore_evas] remove second syncawait from the flush_post
author
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 1 Oct 2010 18:32:14 +0000
(
03:32
+0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 1 Oct 2010 18:32:14 +0000
(
03:32
+0900)
src/lib/ecore_evas/ecore_evas_x.c
patch
|
blob
|
history
diff --git
a/src/lib/ecore_evas/ecore_evas_x.c
b/src/lib/ecore_evas/ecore_evas_x.c
index
9fa4af6
..
0a24819
100755
(executable)
--- a/
src/lib/ecore_evas/ecore_evas_x.c
+++ b/
src/lib/ecore_evas/ecore_evas_x.c
@@
-2977,15
+2977,6
@@
_ecore_evas_x_flush_post(void *data, Evas *e __UNUSED__, void *event_info __UNUS
{
ecore_x_e_comp_sync_draw_done_send(ee->engine.x.win_root,
ee->prop.window);
- #if _USE_WIN_ROT_EFFECT
- if (_rot_effect.wait_for_comp_reply)
- {
- _rot_effect.wait_for_comp_reply = EINA_FALSE;
- ee->engine.x.sync_val++;
- ecore_x_sync_counter_val_wait(ee->engine.x.sync_counter,
- ee->engine.x.sync_val);
- }
- #endif /* end of _USE_WIN_ROT_EFFECT */
}
}
}