mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 05:32:11 +00:00
Optimisation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4291 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
344c8ac14e
commit
0b23a75812
1 changed files with 4 additions and 0 deletions
|
@ -26,7 +26,11 @@
|
|||
|
||||
#include <AppKit/DPSOperators.h>
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
#define DEFCTXT GSCurrentContext()
|
||||
#else
|
||||
#define DEFCTXT [NSGraphicsContext currentContext]
|
||||
#endif
|
||||
|
||||
/* ----------------------------------------------------------------------- */
|
||||
/* Color operations */
|
||||
|
|
Loading…
Reference in a new issue