gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/font.cpp server/font.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/font.cpp server/font.h
Date: Tue, 26 Sep 2006 13:10:55 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/09/26 13:10:55

Modified files:
        .              : ChangeLog 
        server         : font.cpp font.h 

Log message:
        reduced headers inclusion.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.925&r2=1.926
http://cvs.savannah.gnu.org/viewcvs/gnash/server/font.cpp?cvsroot=gnash&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/gnash/server/font.h?cvsroot=gnash&r1=1.14&r2=1.15

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.925
retrieving revision 1.926
diff -u -b -r1.925 -r1.926
--- ChangeLog   26 Sep 2006 09:29:01 -0000      1.925
+++ ChangeLog   26 Sep 2006 13:10:55 -0000      1.926
@@ -1,5 +1,6 @@
 2006-09-26 Sandro Santilli  <address@hidden>
 
+        * server/font.{cpp,h}: reduced headers inclusion.
        * backend/render_handler_cairo.cpp: make sure that
          the bitmap_info we receive are actually bitmap_info_cairo
          type (don't just assume it).

Index: server/font.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/font.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- server/font.cpp     22 Aug 2006 21:30:09 -0000      1.21
+++ server/font.cpp     26 Sep 2006 13:10:55 -0000      1.22
@@ -8,9 +8,8 @@
 
 #include "font.h"
 #include "stream.h"
-#include "impl.h"
+//#include "impl.h"
 #include "log.h"
-//#include "shape.h"
 #include "tu_file.h"
 #include "movie_definition.h"
 #include "shape_character_def.h"

Index: server/font.h
===================================================================
RCS file: /sources/gnash/gnash/server/font.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- server/font.h       26 Aug 2006 18:45:50 -0000      1.14
+++ server/font.h       26 Sep 2006 13:10:55 -0000      1.15
@@ -13,7 +13,8 @@
 #include "container.h"
 #include "gnash.h"
 #include "types.h"
-#include "impl.h"
+#include "resource.h" // for inheritance of font
+#include "ref_counted.h" // for inheritance of texture_glyph
 #include "swf.h" // for tag_type definition
 
 #include <map>




reply via email to

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