OSDN Git Service

MacGui: Disable preview hud controls during new source scans.
[handbrake-jp/handbrake-jp-git.git] / macosx / PictureController.m
index 4cc3933..7817410 100644 (file)
     [fPreviewController showWindow:sender];
 }
 
+- (void) enablePreviewHudControls
+{
+    [fPreviewController enableHudControls];
+}
 
+- (void) disablePreviewHudControls
+{
+    [fPreviewController disableHudControls];
+}
 
 - (void) setToWindowedMode
 {