gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/kdesup.h [release-0-8-0]


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog gui/kdesup.h [release-0-8-0]
Date: Tue, 05 Jun 2007 19:33:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release-0-8-0
Changes by:     Sandro Santilli <strk>  07/06/05 19:33:30

Modified files:
        .              : ChangeLog 
        gui            : kdesup.h 

Log message:
                * gui/kdesup.h: raise a compile time error if RENDERER_OPENGL 
is not
                  defined (not only if CAIRO is) ...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release-0-8-0&r1=1.3451.2.16&r2=1.3451.2.17
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/kdesup.h?cvsroot=gnash&only_with_tag=release-0-8-0&r1=1.17&r2=1.17.4.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3451.2.16
retrieving revision 1.3451.2.17
diff -u -b -r1.3451.2.16 -r1.3451.2.17
--- ChangeLog   5 Jun 2007 19:19:29 -0000       1.3451.2.16
+++ ChangeLog   5 Jun 2007 19:33:29 -0000       1.3451.2.17
@@ -1,5 +1,7 @@
 2007-06-05 Sandro Santilli <address@hidden>
 
+       * gui/kdesup.h: raise a compile time error if RENDERER_OPENGL is not
+         defined (not only if CAIRO is) ...
        * plugin/klash/klash_part.cpp: call 'klash', not 'gnash'.
 
 2007-06-05 Ann Barcomb <address@hidden>

Index: gui/kdesup.h
===================================================================
RCS file: /sources/gnash/gnash/gui/kdesup.h,v
retrieving revision 1.17
retrieving revision 1.17.4.1
diff -u -b -r1.17 -r1.17.4.1
--- gui/kdesup.h        28 May 2007 15:41:00 -0000      1.17
+++ gui/kdesup.h        5 Jun 2007 19:33:30 -0000       1.17.4.1
@@ -48,10 +48,12 @@
 #ifdef RENDERER_OPENGL
 # include <qgl.h>
 # include "kde_glue_opengl.h"
-#elif defined(RENDERER_CAIRO)
+//#elif defined(RENDERER_CAIRO)
 // #include <cairo.h>
 // #include "kde_glue_cairo.h"
-# error "Cairo not supported yet for KDE!"
+//# error "Cairo not supported yet for KDE!"
+#else
+# error "KDE gui only supports OpenGL renderer!"
 #endif
 
 namespace gnash




reply via email to

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