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:
fredkiefer 2009-11-03 21:32:52 +00:00
parent 8899d486e7
commit 4e00a49a68
3 changed files with 25 additions and 1 deletions

View file

@ -45,7 +45,7 @@
}
#define COLORSPACE(model) \
static NSColorSpace *csp; \
static NSColorSpace *csp = nil; \
if (!csp) \
csp = [[self alloc] _initWithColorSpaceModel: model]; \
return csp;