summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2009-03-02 07:41:45 +0000
committerritsuka <[email protected]>2009-03-02 07:41:45 +0000
commitef033a746b1c09f7df53e6998d5a2a99c09ee73d (patch)
treec2a20b117dc787373c4cca640ba84ed725fe9d4f /macosx/Controller.h
parent8cfa7b9504c66677bff67d9097541f62ea7e3a40 (diff)
MacGui:
- Limited the handbrake dock icon refresh to a maximum of 20 for encode. It was a bit pointless to update it two times a second. - Another try at fixing the main window progress indicator. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2196 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 73cb8eccc..d0d281a0c 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -252,6 +252,8 @@ BOOL fIsDragging;
BOOL applyQueueToScan;
NSString * currentSource;
NSString * browsedSourceDisplayName;
+
+ double dockIconProgress;
}
- (void) writeToActivityLog:(char *) format, ...;