gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/backend gnash.cpp


From: Rob Savoye
Subject: [Gnash-commit] gnash/backend gnash.cpp
Date: Thu, 08 Jun 2006 15:40:37 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/06/08 15:40:37

Modified files:
        backend        : gnash.cpp 

Log message:
        Don't comment out s_antialiased.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/gnash.cpp?cvsroot=gnash&r1=1.41&r2=1.42

Patches:
Index: gnash.cpp
===================================================================
RCS file: /sources/gnash/gnash/backend/gnash.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- gnash.cpp   8 Jun 2006 04:16:19 -0000       1.41
+++ gnash.cpp   8 Jun 2006 15:40:37 -0000       1.42
@@ -101,7 +101,7 @@
 static int doneYet = 0;
 
 static float   s_scale = 1.0f;
-//static bool  s_antialiased = false;
+static bool    s_antialiased = false;
 static int     s_bit_depth = 16;
 static bool    s_background = true;
 static bool    s_measure_performance = false;




reply via email to

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