seoz pushed a commit to branch master.

commit 915622cc71da193c6e61e9b7ede65bcf1fab45a0
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Apr 3 10:42:51 2013 +0900

    elm_widget_genlist.h: added doxygen comments about prev_viewport_w.
    
    I followed existing char wrap policy but wrapping comments for the 
structure members doesn't look fancy :(
---
 src/lib/elm_widget_genlist.h | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_widget_genlist.h b/src/lib/elm_widget_genlist.h
index 6a24d66..e27a74e 100644
--- a/src/lib/elm_widget_genlist.h
+++ b/src/lib/elm_widget_genlist.h
@@ -62,8 +62,13 @@ struct _Elm_Genlist_Smart_Data
                                                   * number of items in
                                                   * a block is
                                                   * 'max_items_per_block'. */
-   Evas_Coord                            reorder_old_pan_y, w, h, realminw,
-                                         prev_viewport_w;
+   Evas_Coord                            reorder_old_pan_y, w, h, realminw;
+   Evas_Coord                            prev_viewport_w; /* previous 
scrollable
+                                                           * interface's
+                                                           * viewport size.
+                                                           * This is used only
+                                                           * when genlist is in
+                                                           * a compress mode. 
*/
    Ecore_Job                            *update_job;
    Ecore_Idle_Enterer                   *queue_idle_enterer;
    Ecore_Idler                          *must_recalc_idler;

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to