From 25c24f5cc139341bd3dbc01a03943c7e7a68937f Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Fri, 2 Nov 2001 13:07:38 +0000 Subject: [PATCH] Added APPKIT_DECLARE for GSCurrentContext(). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11293 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSGraphicsContext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Headers/gnustep/gui/NSGraphicsContext.h b/Headers/gnustep/gui/NSGraphicsContext.h index 3dd680aa4..b5c37000b 100644 --- a/Headers/gnustep/gui/NSGraphicsContext.h +++ b/Headers/gnustep/gui/NSGraphicsContext.h @@ -35,6 +35,7 @@ #include #include +#include @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;