discomfitor pushed a commit to branch efl-1.16.

http://git.enlightenment.org/core/efl.git/commit/?id=ce7580c1c5ca1c516ec83808ab8f48e71d1f4bf6

commit ce7580c1c5ca1c516ec83808ab8f48e71d1f4bf6
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Dec 15 17:57:37 2015 -0500

    evas: update/clarify RENDER_FLUSH callback docs
---
 src/lib/evas/canvas/evas_types.eot | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/canvas/evas_types.eot 
b/src/lib/evas/canvas/evas_types.eot
index eb4b042..faac2b2 100644
--- a/src/lib/evas/canvas/evas_types.eot
+++ b/src/lib/evas/canvas/evas_types.eot
@@ -192,8 +192,8 @@ enum Evas.Callback_Type
 
    canvas_focus_in, [[Canvas got focus as a whole]]
    canvas_focus_out, [[Canvas lost focus as a whole]]
-   render_flush_pre, [[Called just before rendering is updated on the canvas 
target]]
-   render_flush_post, [[Called just after rendering is updated on the canvas 
target]]
+   render_flush_pre, [[Called after render update regions have been 
calculated, but only if update regions exist]]
+   render_flush_post, [[Called after render update regions have been sent to 
the display server, but only if update regions existed for the most recent 
frame]]
    canvas_object_focus_in, [[Canvas object got focus]]
    canvas_object_focus_ouT, [[Canvas object lost focus]]
 

-- 


Reply via email to