From 7fc599526a37f14624e6ff414f8fd37d657b7ff3 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 1 Nov 2004 14:54:22 +0000 Subject: [PATCH] inserted fill style definitions from modules/swfshape.c --- lib/rfxswf.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 81863da..e880917 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -351,6 +351,12 @@ typedef struct _LINESTYLE RGBA color; } LINESTYLE, * LPLINESTYLE; +#define FILL_SOLID 0x00 +#define FILL_LINEAR 0x10 // Gradient +#define FILL_RADIAL 0x12 +#define FILL_TILED 0x40 // Bitmap +#define FILL_CLIPPED 0x41 + typedef struct _FILLSTYLE { U8 type; RGBA color; -- 1.7.10.4