mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 05:20:54 +00:00
Added APPKIT_DECLARE for GSCurrentContext().
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11293 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6f2e0bf7a7
commit
25c24f5cc1
1 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@
|
|||
#include <Foundation/NSSet.h>
|
||||
|
||||
#include <AppKit/NSDragging.h>
|
||||
#include <AppKit/AppKitDefines.h>
|
||||
|
||||
@class NSDate;
|
||||
@class NSDictionary;
|
||||
|
@ -147,7 +148,7 @@ typedef enum _GSWindowInputState
|
|||
@end
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
NSGraphicsContext *GSCurrentContext();
|
||||
APPKIT_DECLARE NSGraphicsContext *GSCurrentContext();
|
||||
|
||||
@interface NSGraphicsContext (GNUstep)
|
||||
+ (void) setDefaultContextClass: (Class)defaultContextClass;
|
||||
|
|
Loading…
Reference in a new issue