diff options
author | ritsuka <[email protected]> | 2008-04-08 13:02:43 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2008-04-08 13:02:43 +0000 |
commit | 9d9cb0efcc1f10d75d3828d5b6ae2e4cdb0e2ad2 (patch) | |
tree | 44390e6ed19378b13d2bfd3aec6c8a941921c1b5 /macosx/HBQueueController.h | |
parent | f10e9d9c6dd754f9cfbf68bca2695f5d83a36421 (diff) |
MacGUI: Forgot a file in my previous commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1394 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index 9ba7c2432..4e5b97508 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -164,8 +164,8 @@ BOOL fIsDragging; NSMutableArray *fJobs; // array of HBJob NSMutableAttributedString *fDescription; BOOL fNeedsDescription; - float fLastDescriptionHeight; - float fLastDescriptionWidth; + CGFloat fLastDescriptionHeight; + CGFloat fLastDescriptionWidth; HBQueueJobGroupStatus fStatus; NSString *fPresetName; } @@ -191,8 +191,8 @@ BOOL fIsDragging; // Creating a description - (void) setNeedsDescription: (BOOL)flag; - (NSMutableAttributedString *) attributedDescription; -- (float) heightOfDescriptionForWidth:(float)width; -- (float) lastDescriptionHeight; +- (CGFloat) heightOfDescriptionForWidth:(CGFloat)width; +- (CGFloat) lastDescriptionHeight; @end |