gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/kde_glue_agg.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog gui/kde_glue_agg.cpp
Date: Mon, 25 Jun 2007 09:55:41 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/06/25 09:55:41

Modified files:
        .              : ChangeLog 
        gui            : kde_glue_agg.cpp 

Log message:
        See http://savannah.gnu.org/patch/?6022

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3610&r2=1.3611
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/kde_glue_agg.cpp?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3610
retrieving revision 1.3611
diff -u -b -r1.3610 -r1.3611
--- ChangeLog   25 Jun 2007 07:59:58 -0000      1.3610
+++ ChangeLog   25 Jun 2007 09:55:40 -0000      1.3611
@@ -1,3 +1,7 @@
+2007-06-25 Antti Ajaki <address@hidden>
+
+        * gui/kde_glue_agg.cpp: See http://savannah.gnu.org/patch/?6022
+
 2007-06-25 Zou Lunkai <address@hidden>
 
        * testsuite/misc-ming.all/morph_test1.c: minor update, reduce a frame 
for testing.

Index: gui/kde_glue_agg.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/kde_glue_agg.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- gui/kde_glue_agg.cpp        10 Jun 2007 14:46:44 -0000      1.2
+++ gui/kde_glue_agg.cpp        25 Jun 2007 09:55:41 -0000      1.3
@@ -15,7 +15,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: kde_glue_agg.cpp,v 1.2 2007/06/10 14:46:44 bjacques Exp $ */
+/* $Id: kde_glue_agg.cpp,v 1.3 2007/06/25 09:55:41 nihilus Exp $ */
 
 #include "kde_glue_agg.h"
 #include "render_handler.h"
@@ -57,7 +57,7 @@
 void
 KdeAggGlue::initBuffer(int width, int height)
 {
-    assert(_renderer);
+    if (!_renderer) return;
 
     int _bpp = 32;
     int depth_bytes = _bpp / 8;




reply via email to

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