gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10734: Initialize _quality, before


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10734: Initialize _quality, before doing so again. This is ugly, but at least
Date: Fri, 20 Mar 2009 11:48:46 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10734
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2009-03-20 11:48:46 +0100
message:
  Initialize _quality, before doing so again. This is ugly, but at least
  keeps everything happy until someone works out a better way.
modified:
  libcore/movie_root.cpp
=== modified file 'libcore/movie_root.cpp'
--- a/libcore/movie_root.cpp    2009-03-19 16:27:50 +0000
+++ b/libcore/movie_root.cpp    2009-03-20 10:48:46 +0000
@@ -121,6 +121,7 @@
        _disableScripts(false),
        _processingActionLevel(movie_root::apSIZE),
        _hostfd(-1),
+    _quality(QUALITY_HIGH),
        _alignMode(0),
        _scaleMode(showAll),
        _displayState(DISPLAYSTATE_NORMAL),


reply via email to

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