gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9995: Preprocesor fix for APPLE CPP


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9995: Preprocesor fix for APPLE CPP et al
Date: Mon, 13 Oct 2008 17:39:16 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9995
committer: Markus Gothe <address@hidden>
branch nick: gnash
timestamp: Mon 2008-10-13 17:39:16 +0200
message:
  Preprocesor fix for APPLE CPP et al
modified:
  testsuite/misc-ming.all/DrawingApiTest.as
=== modified file 'testsuite/misc-ming.all/DrawingApiTest.as'
--- a/testsuite/misc-ming.all/DrawingApiTest.as 2008-06-06 02:48:27 +0000
+++ b/testsuite/misc-ming.all/DrawingApiTest.as 2008-10-13 15:39:16 +0000
@@ -620,8 +620,9 @@
        onEnterFrame = function()
        {
                hd = _root.hitdetector;
-
-#if 0 // don't move the controls for now...
+               
+// don't move the controls for now...
+#if 0
                with(hd)
                {
                        if ( typeof(xshift) == 'undefined' )


reply via email to

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