gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/FreetypeGlyphsProvider.h


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog server/FreetypeGlyphsProvider.h
Date: Tue, 10 Jun 2008 11:46:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/06/10 11:46:15

Modified files:
        .              : ChangeLog 
        server         : FreetypeGlyphsProvider.h 

Log message:
        Include boost/cstdint.h.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6889&r2=1.6890
http://cvs.savannah.gnu.org/viewcvs/gnash/server/FreetypeGlyphsProvider.h?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6889
retrieving revision 1.6890
diff -u -b -r1.6889 -r1.6890
--- ChangeLog   10 Jun 2008 11:29:58 -0000      1.6889
+++ ChangeLog   10 Jun 2008 11:46:14 -0000      1.6890
@@ -1,3 +1,7 @@
+2008-06-10 Benjamin Wolsey <address@hidden>
+
+       * server/FreetypeGlyphsProvider.h: boost/cstdint.h include.
+
 2008-06-10 Sandro Santilli <address@hidden>
 
        * server/asobj/gen-asclass.pl: since we're at it, stop generating
@@ -10,6 +14,7 @@
          inverting was massively over-complicated; do a simpler implementation
          (as in server/matrix.h, but without the oddities needed for the SWF
          matrix). Add notes and a typedef.
+       * server/FreetypeGlyphsProvider.h: boost/cstdint.h include.
 
 2008-06-10 Sandro Santilli <address@hidden>
 

Index: server/FreetypeGlyphsProvider.h
===================================================================
RCS file: /sources/gnash/gnash/server/FreetypeGlyphsProvider.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- server/FreetypeGlyphsProvider.h     26 May 2008 21:41:35 -0000      1.10
+++ server/FreetypeGlyphsProvider.h     10 Jun 2008 11:46:14 -0000      1.11
@@ -25,6 +25,7 @@
 #include <string>
 #include <memory> // for auto_ptr
 #include <boost/thread/mutex.hpp>
+#include <boost/cstdint.hpp>
 
 #ifdef USE_FREETYPE 
 # include <ft2build.h>




reply via email to

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