getidfromtag now also handles the displaylist tags
[swftools.git] / src / settings.h
index 336bf50..5fe39b1 100644 (file)
@@ -8,8 +8,8 @@
 
    This file is distributed under the GPL, see file COPYING for details */
 
-#ifndef __config_h__
-#define __config_h__
+#ifndef __settings_h__
+#define __settings_h__
 struct config_t
 {
    char overlay;
@@ -17,6 +17,8 @@ struct config_t
    char clip;
    char stack;
    char antistream;
+   char dummy;
+   char cat;
    int loglevel;
    int movex;
    int movey;