From da30360f3e7d4c953e5ff9fe8f435db7a887596e Mon Sep 17 00:00:00 2001 From: dynaflash Date: Mon, 16 Mar 2009 14:55:44 +0000 Subject: MacGui: When launching a second instance of HB, warn of existing instance and do not alter the existing queue. - Note: this does not mean multi-instance encoding off of one queue file works. For now its just better than messing up the first instances queue. Also useful for ui developing on one instance sans encoding while actually encoding with another instance. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2261 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macosx/Controller.h') diff --git a/macosx/Controller.h b/macosx/Controller.h index b3c425e53..619fb8817 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -394,5 +394,7 @@ BOOL fIsDragging; - (void) remindUserOfSleepOrShutdown; - (void)moveObjectsInPresetsArray:(NSMutableArray *)array fromIndexes:(NSIndexSet *)indexSet toIndex:(NSUInteger)insertIndex; + +- (int) hbInstances; @end -- cgit v1.2.3