projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d152e60
)
Evas: Fix comment (mouse_move event struct is not for mouse button
author
Christopher Michael
<cpmichael1@comcast.net>
Mon, 17 Sep 2012 09:40:19 +0000
(09:40 +0000)
committer
Christopher Michael
<cpmichael1@comcast.net>
Mon, 17 Sep 2012 09:40:19 +0000
(09:40 +0000)
down).
SVN revision: 76748
legacy/evas/src/lib/Evas.h
patch
|
blob
|
history
diff --git
a/legacy/evas/src/lib/Evas.h
b/legacy/evas/src/lib/Evas.h
index
ff1aa3f
..
5096e45
100644
(file)
--- a/
legacy/evas/src/lib/Evas.h
+++ b/
legacy/evas/src/lib/Evas.h
@@
-949,7
+949,7
@@
struct _Evas_Event_Mouse_Out /** Mouse leave event */
Evas_Device *dev;
};
-struct _Evas_Event_Mouse_Move /** Mouse
button down
event */
+struct _Evas_Event_Mouse_Move /** Mouse
move
event */
{
int buttons; /**< Button pressed mask, Bits set to 1 are buttons currently pressed (bit 0 = mouse button 1, bit 1 = mouse button 2 etc.) */