diff options
author | ritsuka <[email protected]> | 2008-07-30 14:50:57 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2008-07-30 14:50:57 +0000 |
commit | c83cb2bba982d25f8e893b21e129bb0a70631343 (patch) | |
tree | 2ba65c9ba166bff7af7815ca094bcb9c530f467c /macosx/PictureController.h | |
parent | b36a0fde822b0f62a37a4f2ba361b99b40eb3ee2 (diff) |
MacGui: - Fixed loose anamorphic preview (still not perfect)
- Replaced float with CGFloat for future cocoa 64bit compatibility
- Fixed switching between automatic and custom cropping (the preview sometimes wasn't updated)
- Fixed a crash when the job width and height were larger than the title's one.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1594 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r-- | macosx/PictureController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h index edff8d2cf..f8742f8f3 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -4,7 +4,7 @@ Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ -#include <Cocoa/Cocoa.h> +#import <Cocoa/Cocoa.h> #include "hb.h" |