CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/01/31 16:42:43
Modified files:
server : movie_root.cpp
Log message:
other two uses for simbolic mouse button states
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_root.cpp?cvsroot=gnash&r1=1.35&r2=1.36
Patches:
Index: movie_root.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/movie_root.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- movie_root.cpp 31 Jan 2007 16:12:06 -0000 1.35
+++ movie_root.cpp 31 Jan 2007 16:42:42 -0000 1.36
@@ -213,10 +213,10 @@
}
// Handle onRelease, onReleaseOutside
- if (ms->m_mouse_button_state_current == 0)
+ if (ms->m_mouse_button_state_current == mouse_button_state::UP)
{
// Mouse button just went up.
- ms->m_mouse_button_state_last = 0;
+ ms->m_mouse_button_state_last = mouse_button_state::UP;
if (active_entity != NULL)
{
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit