X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FPictureController.h;h=96ea118aeadbec07d201a809734f2e24e246efa3;hb=4f0019f03c2e85e8634150ff0c9a31bee6d35ce5;hp=7a3d96ea288f9caf6018e7d0cf9e976de717c27c;hpb=5033e75a8b2cdf1b4e5aa75e4245f549ed0fb346;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/PictureController.h b/macosx/PictureController.h index 7a3d96ea..96ea118a 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -101,7 +101,6 @@ int MaxOutputWidth; int MaxOutputHeight; BOOL autoCrop; - BOOL allowLooseAnamorphic; int output_width, output_height, output_par_width, output_par_height; int display_width; @@ -170,8 +169,7 @@ - (void)tabView:(NSTabView *)tabView didSelectTabViewItem:(NSTabViewItem *)tabViewItem; - (IBAction) resizeInspectorForTab: (id)sender; - (IBAction) showPreviewWindow: (id)sender; -- (BOOL) previewFullScreenMode; -- (IBAction) previewGoWindowed: (id)sender; + - (IBAction) adjustSizingDisplay: (id) sender; @@ -184,14 +182,11 @@ - (BOOL) autoCrop; - (void) setAutoCrop: (BOOL) setting; -- (BOOL) allowLooseAnamorphic; -- (void) setAllowLooseAnamorphic: (BOOL) setting; - - (IBAction)showPreviewPanel: (id)sender forTitle: (hb_title_t *)title; - (IBAction) storageLinkChanged: (id) sender; - (IBAction) parLinkChanged: (id) sender; - (IBAction) displayLinkChanged: (id) sender; -- (void) setToFullScreenMode; + - (void) setToWindowedMode; /* Filter Actions */