mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:50:47 +00:00
Small changes for colour space handling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28947 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8899d486e7
commit
4e00a49a68
3 changed files with 25 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
|
||||
#define COLORSPACE(model) \
|
||||
static NSColorSpace *csp; \
|
||||
static NSColorSpace *csp = nil; \
|
||||
if (!csp) \
|
||||
csp = [[self alloc] _initWithColorSpaceModel: model]; \
|
||||
return csp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue