gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server tesselate.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/server tesselate.cpp
Date: Mon, 12 Feb 2007 12:33:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/02/12 12:33:07

Modified files:
        server         : tesselate.cpp 

Log message:
        std::

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/tesselate.cpp?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: tesselate.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/tesselate.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- tesselate.cpp       28 Aug 2006 11:07:15 -0000      1.10
+++ tesselate.cpp       12 Feb 2007 12:33:07 -0000      1.11
@@ -497,7 +497,7 @@
                float   qx = (midx + p1x) * 0.5f;
                float   qy = (midy + p1y) * 0.5f;
 
-               float   dist = fabsf(midx - qx) + fabsf(midy - qy);
+               float   dist = std::fabsf(midx - qx) + std::fabsf(midy - qy);
 
                if (dist < s_tolerance)
                {




reply via email to

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