X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fsettings.h;h=a602516a3988e87fb1edf8c4eaa63da7a47ecdc6;hb=784278e65a5860c5069019bd4eece0c67c491153;hp=da73a716006fc52f01939c2ef58055d4103be72b;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b;p=swftools.git diff --git a/src/settings.h b/src/settings.h index da73a71..a602516 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,5 +1,5 @@ /* args.h - Settings for swfcombine. This is deliberately not named "config.h" to + Settings for swfcombine. This file is deliberately not named "config.h" to avoid conflicts with GNU autoconf. Part of the swftools package. @@ -16,9 +16,16 @@ struct config_t char alloctest; 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; };