removed LP* typedefs in rfxswf.h.
authorkramm <kramm>
Sun, 28 Nov 2004 16:28:35 +0000 (16:28 +0000)
committerkramm <kramm>
Sun, 28 Nov 2004 16:28:35 +0000 (16:28 +0000)
src/swfstrings.c

index 44a0432..3a9338d 100644 (file)
@@ -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":"");