* Source/NSBitmapImageRep.m:

* Source/NSColor.m:
* Source/GSThemeTools.m:
* Source/NSGraphicsContext.m:
* Headers/AppKit/NSColor.h:
* Headers/AppKit/NSGraphicsContext.h:
* ColorPickers/GSGrayColorPicker.m:
* ColorPickers/GSCMYKColorPicker.m:
* ColorPickers/GSWheelColorPicker.m:
* ColorPickers/GSRGBColorPicker.m:
* ColorPickers/GSHSBColorPicker.m: Migrate float to CGFloat in
NSColor


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34070 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ericwa 2011-10-26 00:21:57 +00:00
parent bab8bb2d00
commit bc71005837
12 changed files with 447 additions and 400 deletions

View file

@ -782,7 +782,7 @@ withRepeatedImage: (NSImage*)image
- (id) initWithNinePatchImage: (NSImage*)image
{
int i;
float r,g,b,a;
CGFloat r,g,b,a;
int x1 = -1;
int x2 = -1;
int y1 = -1;