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 :(
This commit is contained in:
Daniel Juyung Seo 2013-04-03 10:42:51 +09:00
parent f2b514f26b
commit 3ebcf017e0
1 changed files with 7 additions and 2 deletions

View File

@ -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;