mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:20:38 +00:00
Make the signatures of methods consistent between headers and implementation files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29687 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e17a4bc609
commit
ed8ede43f0
11 changed files with 62 additions and 63 deletions
|
@ -1405,7 +1405,7 @@ systemColorWithName(NSString *name)
|
|||
|
||||
if ((colorSpace == 1) || (colorSpace == 2))
|
||||
{
|
||||
unsigned length;
|
||||
NSUInteger length;
|
||||
const uint8_t *data;
|
||||
float red = 0.0;
|
||||
float green = 0.0;
|
||||
|
@ -1445,7 +1445,7 @@ systemColorWithName(NSString *name)
|
|||
}
|
||||
else if ((colorSpace == 3) || (colorSpace == 4))
|
||||
{
|
||||
unsigned length;
|
||||
NSUInteger length;
|
||||
const uint8_t *data;
|
||||
float white = 0.0;
|
||||
float alpha = 1.0;
|
||||
|
@ -1477,7 +1477,7 @@ systemColorWithName(NSString *name)
|
|||
}
|
||||
else if (colorSpace == 5)
|
||||
{
|
||||
unsigned length;
|
||||
NSUInteger length;
|
||||
const uint8_t *data;
|
||||
float cyan = 0.0;
|
||||
float yellow = 0.0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue