Start using CGFloat
Fixes a bunch of compiler warnings. Since CGFloat does not exist on Tiger and earlier, we have added a typedef likewise as was done for NSInteger.
This commit is contained in:
@ -32,6 +32,8 @@
|
||||
#ifndef NSINTEGER_DEFINED
|
||||
typedef int NSInteger;
|
||||
typedef unsigned int NSUInteger;
|
||||
|
||||
typedef float CGFloat;
|
||||
#endif
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
Reference in New Issue
Block a user