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:
8955031
)
fixed swf_FontEnumerate() prototype
author
kramm
<kramm>
Fri, 1 Apr 2005 07:58:14 +0000
(07:58 +0000)
committer
kramm
<kramm>
Fri, 1 Apr 2005 07:58:14 +0000
(07:58 +0000)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
b6ab8d2
..
88d5aef
100644
(file)
--- a/
lib/rfxswf.h
+++ b/
lib/rfxswf.h
@@
-563,7
+563,7
@@
typedef struct _EditTextLayout
U16 leading;
} EditTextLayout;
-int swf_FontEnumerate(SWF * swf,void (*FontCallback) (void*,U16,U8*), void*self);
+int swf_FontEnumerate(SWF * swf,void (*FontCallback) (void*,U16,U8*,void*), void*self);
// -> void fontcallback(U16 id,U8 * name); returns number of defined fonts
int swf_FontExtract(SWF * swf,int id,SWFFONT ** f);