gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/plugin plugin.cpp


From: Rob Savoye
Subject: [Gnash-commit] gnash/plugin plugin.cpp
Date: Sat, 25 Feb 2006 15:43:35 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/02/25 15:43:35

Modified files:
        plugin         : plugin.cpp 

Log message:
        Cast pointer to a long, not an int.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/plugin/plugin.cpp.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: gnash/plugin/plugin.cpp
diff -u gnash/plugin/plugin.cpp:1.14 gnash/plugin/plugin.cpp:1.15
--- gnash/plugin/plugin.cpp:1.14        Sat Feb 25 05:19:16 2006
+++ gnash/plugin/plugin.cpp     Sat Feb 25 15:43:35 2006
@@ -350,7 +350,7 @@
     if (aWindow->x == mX && aWindow->y == mY
        && aWindow->width == mWidth
        && aWindow->height == mHeight
-       && (unsigned int)(aWindow->window) == mWindow) {
+       && (unsigned long)(aWindow->window) == mWindow) {
        return TRUE;
     }
     




reply via email to

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