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:
1f93508
)
removed LP* typedefs in rfxswf.h.
author
kramm
<kramm>
Sun, 28 Nov 2004 16:28:35 +0000
(16:28 +0000)
committer
kramm
<kramm>
Sun, 28 Nov 2004 16:28:35 +0000
(16:28 +0000)
src/swfstrings.c
patch
|
blob
|
history
diff --git
a/src/swfstrings.c
b/src/swfstrings.c
index
44a0432
..
3a9338d
100644
(file)
--- a/
src/swfstrings.c
+++ b/
src/swfstrings.c
@@
-63,8
+63,8
@@
int args_callback_command(char*name,char*val)
SWF swf;
void fontcallback(void*self,U16 id,U8 * name)
-{ LPSWFFONT font;
- LPTAG t;
+{ SWFFONT* font;
+ TAG* t;
swf_FontExtract(&swf,id,&font);
printf("#< %s %s %s>\n",name,swf_FontIsBold(font)?"bold":"",swf_FontIsItalic(font)?"italic":"");