diff --git a/Headers/gnustep/gui/NSGraphicsContext.h b/Headers/gnustep/gui/NSGraphicsContext.h index 058034f87..f5e8ad659 100644 --- a/Headers/gnustep/gui/NSGraphicsContext.h +++ b/Headers/gnustep/gui/NSGraphicsContext.h @@ -127,6 +127,17 @@ typedef enum _GSWindowInputState + (NSGraphicsContext*) currentContext; + (void) setCurrentContext: (NSGraphicsContext*)context; ++ (BOOL) currentContextDrawingToScreen; ++ (NSGraphicsContext *) graphicsContextWithAttributes: (NSDictionary *)attributes; ++ (NSGraphicsContext *) graphicsContextWithWindow: (NSWindow *)aWindow; ++ (void) restoreGraphicsState; ++ (void) saveGraphicsState; ++ (void) setGraphicsState: (int)graphicsState; + +- (NSDictionary *) attributes; +- (void)flushGraphics; +- (void *)graphicsPort; + - (void) flush; - (BOOL) isDrawingToScreen; - (void) restoreGraphicsState;