diff options
author | dynaflash <[email protected]> | 2010-02-19 19:53:52 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-02-19 19:53:52 +0000 |
commit | 2543a7aed801cbfdc43d85f4a5ddce37960387c3 (patch) | |
tree | 4be74a39d2a8462682a22e5be39f6656745cd331 /macosx/PictureController.h | |
parent | 766233a0d5cd7181ce3a20aeb631b3cd863fe686 (diff) |
MacGui: Removie Full Screen preview mode as its largely redundant when we have 100 percent full screen scaling in windowed mode. Removes a lot of code that is really not needed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3125 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r-- | macosx/PictureController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h index 4a1dd6172..fc8172f06 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -169,7 +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; @@ -187,7 +187,7 @@ - (IBAction) storageLinkChanged: (id) sender; - (IBAction) parLinkChanged: (id) sender; - (IBAction) displayLinkChanged: (id) sender; -- (void) setToFullScreenMode; + - (void) setToWindowedMode; /* Filter Actions */ |