gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12041: Renderer.h: Improve comment


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12041: Renderer.h: Improve comment for set_translation().
Date: Sun, 14 Mar 2010 03:24:15 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12041
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Sun 2010-03-14 03:24:15 +0100
message:
  Renderer.h: Improve comment for set_translation().
  SWF.h: Twiddle header.
modified:
  backend/Renderer.h
  libcore/swf/SWF.h
=== modified file 'backend/Renderer.h'
--- a/backend/Renderer.h        2010-03-12 23:37:40 +0000
+++ b/backend/Renderer.h        2010-03-14 02:24:15 +0000
@@ -216,7 +216,9 @@
     /// Sets the x/y scale for the movie    
     virtual void set_scale(float /*xscale*/, float /*yscale*/) {} 
 
-    /// Sets the x/y offset for the movie    
+    /// Sets the x/y offset for the movie in pixels. This applies to all
+    /// graphics drawn except the background, which must be drawn for the
+    /// entire canvas, regardless of the translation.
     virtual void set_translation(float /*xoff*/, float /*yoff*/) {}
 
     void setQuality(Quality q) { _quality = q; }

=== modified file 'libcore/swf/SWF.h'
--- a/libcore/swf/SWF.h 2010-02-08 07:20:42 +0000
+++ b/libcore/swf/SWF.h 2010-03-14 02:24:15 +0000
@@ -19,7 +19,7 @@
 #ifndef GNASH_SWF_H
 #define GNASH_SWF_H
 
-#include <iostream> 
+#include <ostream> 
 
 namespace gnash {
 


reply via email to

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