summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2009-01-14 20:20:09 +0000
committerdynaflash <[email protected]>2009-01-14 20:20:09 +0000
commit455fa191eeb78617af50d760e0956eb3b59f2a71 (patch)
tree22a1b16e4d97dca55ba411e12171d54af2eb59e5 /macosx/HBPreviewController.h
parent745f509c6e25f846d7d87b368477d6790bd260e7 (diff)
MacGui: Picture Preview and Settings window interaction fixes
- Putting the Preview Window into full screen mode no longer automatically opens up the Picture Settings inspector - Fixed the Picture Settings inspector so that it isn't on top of every f'ing window on your screen. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2086 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r--macosx/HBPreviewController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h
index 16dd75e48..278e20a27 100644
--- a/macosx/HBPreviewController.h
+++ b/macosx/HBPreviewController.h
@@ -78,6 +78,7 @@
- (IBAction)showPictureSettings:(id)sender;
/* Full Screen */
- (IBAction)toggleScreenMode:(id)sender;
+- (BOOL)fullScreen;
- (IBAction)goFullScreen:(id)sender;
- (IBAction)goWindowedScreen:(id)sender;