Couldn't compile since rfxswf.h R1.112. fixed.
authordseg <dseg>
Thu, 2 Jun 2005 01:11:33 +0000 (01:11 +0000)
committerdseg <dseg>
Thu, 2 Jun 2005 01:11:33 +0000 (01:11 +0000)
lib/example/box.c
lib/example/buttontest.c
lib/example/jpegtest.c
lib/example/shape1.c
lib/example/sprites.c
lib/example/transtest.c
lib/example/zlibtest.c

index e25083a..0e7caa1 100644 (file)
@@ -52,7 +52,7 @@ void calcTables()
   }
 }
 
-void ShapeSquare(LPTAG t,LPSHAPE s,int p1,int p2,int p3,int p4,int dx,int dy)
+void ShapeSquare(TAG* t,SHAPE* s,int p1,int p2,int p3,int p4,int dx,int dy)
 { 
   // Hidden-Line-Check
     if (((dX[p2]-dX[p1])*(dY[p3]-dY[p1])-(dX[p3]-dX[p1])*(dY[p2]-dY[p1]))<0) return;
@@ -99,10 +99,10 @@ void mapBox(int xw,int yw,int zw)
                
 int main (int argc,char ** argv)
 { SWF swf;
-  LPTAG t;
+  TAG* t;
   RGBA rgb;
   SRECT r;
-  LPSHAPE s;
+  SHAPE* s;
   S32 width = 800,height = 800;
   U8 gbits,abits;
   CXFORM cx1,cx2;
index 6ad544c..9f9f41b 100644 (file)
@@ -37,7 +37,7 @@ int main (int argc,char ** argv)
 { SWF swf;
   RGBA rgb;
   SRECT r;
-  LPSHAPE s;
+  SHAPE* s;
   ActionTAG*a1,*a2,*a3, *actiontoset;
   S32 width=300,height = 300;
   
index 1c4cd1c..3931814 100644 (file)
 
 int main( int argc, char ** argv)
 { SWF swf;
-  LPTAG t;
+  TAG* t;
   RGBA rgb;
-  LPSHAPE s;
+  SHAPE* s;
   MATRIX m;
   SRECT r;
-  LPJPEGBITS jpeg;
+  JPEGBITS* jpeg;
 
   int f; // file handle
   
index 24292f9..a65d0e4 100644 (file)
                
 int main (int argc,char ** argv)
 { SWF swf;
-  LPTAG t;
+  TAG* t;
   RGBA rgb;
   SRECT r;
-  LPSHAPE s;
+  SHAPE* s;
   S32 width=300,height = 300;
   
   int f,i,ls1,ls2;
index 0598eda..7c97c3c 100644 (file)
@@ -53,8 +53,8 @@ int main(int argc, char ** argv)
 { SWF swf;
   RGBA rgb;
 
-  LPTAG t;
-  LPSHAPE s;
+  TAG* t;
+  SHAPE* s;
   SRECT r;
 
   U16 id_circle;
index 15d34c5..56f5180 100644 (file)
   
 int main (int argc,char ** argv)
 { SWF swf;
-  LPTAG t;
+  TAG* t;
   RGBA rgb;
   SRECT r;
-  LPSHAPE s;
+  SHAPE* s;
   S32 width = 800,height = 800;
   int fs,ls; // line & fillstyle
-  LPJPEGBITS jpeg;
+  JPEGBITS* jpeg;
   MATRIX m;  
   
   int f,i,j,frame;
index 6f0a19d..967f861 100644 (file)
 
 int main ( int argc, char ** argv)
 { SWF swf;
-  LPTAG t;
+  TAG* t;
   RGBA rgb;
-  LPSHAPE s;
+  SHAPE* s;
   MATRIX m;
   SRECT r;
-  LPJPEGBITS jpeg;
+  JPEGBITS* jpeg;
   int i,f;
   
   int ls; // line style