getidfromtag now also handles the displaylist tags
[swftools.git] / src / settings.h
index a602516..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;
@@ -18,6 +18,7 @@ struct config_t
    char stack;
    char antistream;
    char dummy;
+   char cat;
    int loglevel;
    int movex;
    int movey;