OSDN Git Service

MacGui: Add "Auto" to audio sample rate selections
[handbrake-jp/handbrake-jp-git.git] / macosx / InstantHandBrake / ExpressController.h
index ec0dcb9..4bdcfa6 100644 (file)
@@ -1,21 +1,23 @@
 /* ExpressController
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #import <Cocoa/Cocoa.h>
+#import <Growl/Growl.h>
+
 #import "DriveDetector.h"
+#import "DeviceController.h"
 #import "HBCore.h"
 #import "hb.h"
-#import "DeviceController.h"
 
-@interface ExpressController : NSObject
+@interface ExpressController : NSObject <GrowlApplicationBridgeDelegate>
 
 {
     hb_handle_t                  * fHandle;
     hb_list_t                    * fList;
-    hb_state_t                   * fState;
+    const hb_state_t                   * fState;
 
     IBOutlet NSWindow            * fWindow;
     IBOutlet NSView              * fEmptyView;