summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 24a2011c4..fc5260f02 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -107,7 +107,10 @@
/* Picture variables */
int PicOrigOutputWidth;
int PicOrigOutputHeight;
-
+ int AutoCropTop;
+ int AutoCropBottom;
+ int AutoCropLeft;
+ int AutoCropRight;
/* Subtitles box */
IBOutlet NSTextField * fSubField;
IBOutlet NSPopUpButton * fSubPopUp;