gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11612: Fixed a little variable decl


From: Andrea Palmatè
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11612: Fixed a little variable declaration that broke the compilation
Date: Sat, 07 Nov 2009 12:54:50 +0100
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11612
committer: Andrea Palmatè <address@hidden>
branch nick: gnash
timestamp: Sat 2009-11-07 12:54:50 +0100
message:
  Fixed a little variable declaration that broke the compilation
modified:
  libcore/TextField.cpp
=== modified file 'libcore/TextField.cpp'
--- a/libcore/TextField.cpp     2009-11-06 07:09:05 +0000
+++ b/libcore/TextField.cpp     2009-11-07 11:54:50 +0000
@@ -606,7 +606,7 @@
                case event_id::PRESS:
                {
                        movie_root& root = stage();
-            int x_mouse, y_mouse;
+            boost::int32_t x_mouse, y_mouse;
             boost::int32_t buttons;
             root.get_mouse_state(x_mouse, y_mouse, buttons);
                        


reply via email to

[Prev in Thread] Current Thread [Next in Thread]