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:
Fred Kiefer 2001-11-02 13:07:38 +00:00
parent 6f2e0bf7a7
commit 25c24f5cc1

View file

@ -35,6 +35,7 @@
#include <Foundation/NSSet.h> #include <Foundation/NSSet.h>
#include <AppKit/NSDragging.h> #include <AppKit/NSDragging.h>
#include <AppKit/AppKitDefines.h>
@class NSDate; @class NSDate;
@class NSDictionary; @class NSDictionary;
@ -147,7 +148,7 @@ typedef enum _GSWindowInputState
@end @end
#ifndef NO_GNUSTEP #ifndef NO_GNUSTEP
NSGraphicsContext *GSCurrentContext(); APPKIT_DECLARE NSGraphicsContext *GSCurrentContext();
@interface NSGraphicsContext (GNUstep) @interface NSGraphicsContext (GNUstep)
+ (void) setDefaultContextClass: (Class)defaultContextClass; + (void) setDefaultContextClass: (Class)defaultContextClass;