From 049598fccd358e0e5501228d90bb209a81aaddaf Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 28 Nov 2004 16:28:35 +0000 Subject: [PATCH] removed LP* typedefs in rfxswf.h. --- src/swfstrings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/swfstrings.c b/src/swfstrings.c index 44a0432..3a9338d 100644 --- 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":""); -- 1.7.10.4