brought up to date.
[swftools.git] / src / settings.h
index e37b4c2..a602516 100644 (file)
@@ -17,9 +17,15 @@ struct config_t
    char clip;
    char stack;
    char antistream;
+   char dummy;
    int loglevel;
    int movex;
    int movey;
+   int sizex;
+   char hassizex;
+   int sizey;
+   char hassizey;
+   int framerate;
    float scalex;
    float scaley;
 };