mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:37:39 +00:00
* 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:
parent
6aafb3c0e6
commit
25c6770196
12 changed files with 447 additions and 400 deletions
|
@ -63,7 +63,7 @@
|
|||
|
||||
- (void)setColor:(NSColor *)color
|
||||
{
|
||||
float white, alpha;
|
||||
CGFloat white, alpha;
|
||||
NSColor *c;
|
||||
|
||||
if (updating)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue