projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f976bda
)
elm genlist: Added comments for dragging flag.
author
Daniel Juyung Seo
<seojuyung@gmail.com>
Sat, 3 Mar 2012 16:01:40 +0000
(16:01 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/src/lib/elm_gen_common.h
b/src/lib/elm_gen_common.h
index
06df8a1
..
6560433
100644
(file)
--- a/
src/lib/elm_gen_common.h
+++ b/
src/lib/elm_gen_common.h
@@
-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;