CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 06/10/11 22:31:17
Modified files:
. : ChangeLog
backend : render_handler_agg.cpp
Log message:
fixed mispelled HAVE_AGG_SCANLINES_COMPOUND_LAYERED
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1158&r2=1.1159
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_agg.cpp?cvsroot=gnash&r1=1.17&r2=1.18
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1158
retrieving revision 1.1159
diff -u -b -r1.1158 -r1.1159
--- ChangeLog 11 Oct 2006 22:28:34 -0000 1.1158
+++ ChangeLog 11 Oct 2006 22:31:16 -0000 1.1159
@@ -1,6 +1,7 @@
2006-10-12 Sandro Santilli <[EMAIL PROTECTED]>
- * backend/render_handler_agg.cpp: added missing config.h include.
+ * backend/render_handler_agg.cpp: added missing config.h include,
+ fixed mispelled HAVE_AGG_SCANLINES_COMPOUND_LAYERED
* gui/fbsup.h, gui/fb.cpp: moved class documentation from
implementation to header file, for better doxygen consumption.
Index: backend/render_handler_agg.cpp
===================================================================
RCS file: /sources/gnash/gnash/backend/render_handler_agg.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- backend/render_handler_agg.cpp 11 Oct 2006 22:28:34 -0000 1.17
+++ backend/render_handler_agg.cpp 11 Oct 2006 22:31:17 -0000 1.18
@@ -34,7 +34,7 @@
// forward this exception.
-/* $Id: render_handler_agg.cpp,v 1.17 2006/10/11 22:28:34 strk Exp $ */
+/* $Id: render_handler_agg.cpp,v 1.18 2006/10/11 22:31:17 strk Exp $ */
// Original version by Udo Giacomozzi and Hannes Mayr,
// INDUNET GmbH (www.indunet.it)
@@ -103,7 +103,8 @@
#include "agg_scanline_p.h"
#include "agg_renderer_scanline.h"
// must only include if render_scanlines_compound_layered is not defined
-#if ! HAVE_AGG_SCANLINES_COMPUND_LAYERED
+#if ! HAVE_AGG_SCANLINES_COMPOUND_LAYERED
+#warning including compound
#include "render_handler_agg_compat.h"
#endif
#include "agg_rasterizer_scanline_aa.h"
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit