gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/ming_ut...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/ming_ut...
Date: Tue, 03 Apr 2007 17:00:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/03 17:00:59

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: ming_utils.c 

Log message:
                * testsuite/misc-ming.all/ming_utils.c: embed a glyph for
                  the TAB character in our font.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2767&r2=1.2768
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/ming_utils.c?cvsroot=gnash&r1=1.24&r2=1.25

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2767
retrieving revision 1.2768
diff -u -b -r1.2767 -r1.2768
--- ChangeLog   3 Apr 2007 16:33:13 -0000       1.2767
+++ ChangeLog   3 Apr 2007 17:00:59 -0000       1.2768
@@ -1,5 +1,7 @@
 2007-04-03 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/ming_utils.c: embed a glyph for 
+         the TAB character in our font.
        * server/vm/ASHandlers.cpp: extend tag is not in testing
          stage anymore, be more explicit about targetPath() arg
          not casting to an object.

Index: testsuite/misc-ming.all/ming_utils.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/ming_utils.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- testsuite/misc-ming.all/ming_utils.c        2 Apr 2007 10:38:34 -0000       
1.24
+++ testsuite/misc-ming.all/ming_utils.c        3 Apr 2007 17:00:59 -0000       
1.25
@@ -27,12 +27,13 @@
 void add_xtrace_function_clip(SWFMovieClip mo, SWFBlock font, int depth, int 
x, int y, int width, int height);
 static SWFAction get_dejagnu_actions(void);
 
+static const char* asciichars = " 
address@hidden&*()-_=+[]{};:.>,</?'\"\\|`~\t";
+
 void
 add_xtrace_function_clip(SWFMovieClip mc, SWFBlock font, int depth, int x, int 
y, int width, int height)
 {
        SWFTextField tf;
        SWFDisplayItem it;
-       const char* asciichars = " address@hidden&*()-_=+[]{};:.>,</?'\"\\|`~";
 
        tf = newSWFTextField();
 
@@ -87,7 +88,6 @@
 {
        SWFTextField tf;
        SWFDisplayItem it;
-       const char* asciichars = " address@hidden&*()-_=+[]{};:.>,</?'\"\\|`~";
 
        tf = newSWFTextField();
 




reply via email to

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