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;