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:
c3e46af
)
added glyphnames support
author
kramm
<kramm>
Tue, 30 Mar 2004 14:52:53 +0000
(14:52 +0000)
committer
kramm
<kramm>
Tue, 30 Mar 2004 14:52:53 +0000
(14:52 +0000)
lib/modules/swftools.c
patch
|
blob
|
history
diff --git
a/lib/modules/swftools.c
b/lib/modules/swftools.c
index
e46bd77
..
b43b5a4
100644
(file)
--- a/
lib/modules/swftools.c
+++ b/
lib/modules/swftools.c
@@
-250,6
+250,7
@@
static int swf_pseudodefiningtagids[] =
ST_NAMECHARACTER,
ST_DOINITACTION,
ST_VIDEOFRAME,
+ ST_GLYPHNAMES,
-1
};
@@
-658,6
+659,7
@@
void enumerateUsedIDs(TAG * tag, int base, void (*callback)(TAG*, int, void*), v
}
break;
}
+ case ST_GLYPHNAMES:
case ST_DEFINEFONTINFO:
case ST_DEFINEFONTINFO2:
case ST_VIDEOFRAME: