elm genlist: Added comments for dragging flag.
authorDaniel Juyung Seo <seojuyung@gmail.com>
Sat, 3 Mar 2012 16:01:40 +0000 (16:01 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 3 Mar 2012 16:01:40 +0000 (16:01 +0000)
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>
SVN revision: 68649

src/lib/elm_gen_common.h

index 06df8a1..6560433 100644 (file)
@@ -66,7 +66,7 @@ struct Elm_Gen_Item
    Eina_Bool                 realized : 1;
    Eina_Bool                 selected : 1;
    Eina_Bool                 highlighted : 1;
-   Eina_Bool                 dragging : 1;
+   Eina_Bool                 dragging : 1; /* this is set true when an item is being dragged. this is set false on multidown/mouseup/mousedown. when this is true, the item should not be unrealized. or evas mouse down/up event will be corrupted. */
    Eina_Bool                 down : 1;
    Eina_Bool                 group : 1;
    Eina_Bool                 reorder : 1;