git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e0cceb
)
added glyphnames tag.
author
kramm
<kramm>
Sat, 31 Jan 2004 21:17:16 +0000
(21:17 +0000)
committer
kramm
<kramm>
Sat, 31 Jan 2004 21:17:16 +0000
(21:17 +0000)
lib/modules/swfdump.c
patch
|
blob
|
history
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/modules/swfdump.c
b/lib/modules/swfdump.c
index
62d67b4
..
d8f8041
100644
(file)
--- a/
lib/modules/swfdump.c
+++ b/
lib/modules/swfdump.c
@@
-196,8
+196,6
@@
char* swf_TagGetName(TAG*tag)
return "IMPORTASSETS";
case ST_ENABLEDEBUGGER:
return "ENABLEDEBUGGER";
- case ST_REFLEX:
- return "REFLEX";
case ST_DOINITACTION:
return "DOINITACTION";
case ST_DEFINEMOVIE:
@@
-216,6
+214,11
@@
char* swf_TagGetName(TAG*tag)
return "SCRIPTLIMITS";
case ST_SETTABINDEX:
return "SETTABINDEX";
+
+ case ST_REFLEX:
+ return "REFLEX";
+ case ST_GLYPHNAMES:
+ return "GLYPHNAMES";
}
return 0;
}
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
ea60818
..
2b53d83
100644
(file)
--- a/
lib/rfxswf.h
+++ b/
lib/rfxswf.h
@@
-345,7
+345,9
@@
SRECT swf_TurnRect(SRECT r, MATRIX* m);
#define ST_SCRIPTLIMITS 65 /* version 7- u16 maxrecursedepth, u16 scripttimeoutseconds */
#define ST_SETTABINDEX 66 /* version 7- u16 depth(!), u16 tab order value */
+/* custom tags- only valid for swftools */
#define ST_REFLEX 777 /* to identify generator software */
+#define ST_GLYPHNAMES 778
// Advanced Funtions