gnash-commit
[Top][All Lists]
Advanced

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

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


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash server/swf.h ChangeLog
Date: Wed, 28 May 2008 08:04:40 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     08/05/28 08:04:40

Modified files:
        server         : swf.h 
        .              : ChangeLog 

Log message:
                * server/style.{h,cpp}: Parse gradient spread and interpolation 
modes
                (available in DEFINESHAPE4).
                * server/swf.h: Add gradient spread and interpolation modes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/swf.h?cvsroot=gnash&r1=1.45&r2=1.46
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6729&r2=1.6730

Patches:
Index: server/swf.h
===================================================================
RCS file: /sources/gnash/gnash/server/swf.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- server/swf.h        22 Feb 2008 16:45:17 -0000      1.45
+++ server/swf.h        28 May 2008 08:04:39 -0000      1.46
@@ -1730,6 +1730,19 @@
 
 } fill_style_type;
 
+typedef enum {
+        GRADIENT_SPREAD_PAD,
+        GRADIENT_SPREAD_REFLECT,
+        GRADIENT_SPREAD_REPEAT
+} gradient_spread_mode;
+
+typedef enum {
+        GRADIENT_INTERPOL_NORMAL,
+        GRADIENT_INTERPOL_LINEAR
+} gradient_interpolation_mode;
+
+
+
 
 } // namespace gnash::SWF
 

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6729
retrieving revision 1.6730
diff -u -b -r1.6729 -r1.6730
--- ChangeLog   27 May 2008 16:54:46 -0000      1.6729
+++ ChangeLog   28 May 2008 08:04:39 -0000      1.6730
@@ -1,3 +1,9 @@
+2008-05-27 Bastiaan Jacques <address@hidden>
+
+       * server/style.{h,cpp}: Parse gradient spread and interpolation modes
+       (available in DEFINESHAPE4).
+       * server/swf.h: Add gradient spread and interpolation modes.
+
 2008-05-27 Benjamin Wolsey <address@hidden>
 
        * extensions/launcher/launcher.cpp, gui/fb.cpp, gui/gnash.cpp




reply via email to

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