gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog plugin/klash/klash.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog plugin/klash/klash.cpp
Date: Sun, 05 Nov 2006 19:16:52 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/05 19:16:52

Modified files:
        .              : ChangeLog 
        plugin/klash   : klash.cpp 

Log message:
        Fwd port...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1528&r2=1.1529
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/klash/klash.cpp?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1528
retrieving revision 1.1529
diff -u -b -r1.1528 -r1.1529
--- ChangeLog   5 Nov 2006 15:12:57 -0000       1.1528
+++ ChangeLog   5 Nov 2006 19:16:52 -0000       1.1529
@@ -16,6 +16,7 @@
 
        * macros/mad.m4: Fixed bogus test-case...
        * macros/pthreads.m4: Added -D_SGI_MP_SOURCE (for IRIX).
+       * plugin/klash/klash.cpp: bool do_sound = true.
        
 2006-11-04  Rob Savoye  <address@hidden>
 

Index: plugin/klash/klash.cpp
===================================================================
RCS file: /sources/gnash/gnash/plugin/klash/klash.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- plugin/klash/klash.cpp      29 Oct 2006 18:34:17 -0000      1.18
+++ plugin/klash/klash.cpp      5 Nov 2006 19:16:52 -0000       1.19
@@ -14,8 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-// 
-//
+/* $Id: klash.cpp,v 1.19 2006/11/05 19:16:52 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -29,8 +28,6 @@
 #include <sys/time.h>
 #include <ctime>
 
-#include <GL/gl.h>
-#include <GL/glu.h>
 #include <qapplication.h>
 #include <qgl.h>
 #include <qeventloop.h>
@@ -43,7 +40,7 @@
 
 #include "gnash.h"
 #include "log.h"
-#include "ogl.h"
+#include "tu_opengl.h"
 #include "utility.h"
 #include "container.h"
 #include "tu_file.h"
@@ -253,7 +250,7 @@
     
     float      exit_timeout = 0;
     bool        do_render = true;
-    bool        do_sound = false;
+    bool        do_sound = true;
     bool        do_loop = true;
     bool        sdl_abort = true;
     int         delay = 31;




reply via email to

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