diff --git a/Headers/gnustep/gui/NSGraphicsContext.h b/Headers/gnustep/gui/NSGraphicsContext.h index 2ef4ac6b9..51f31f8dc 100644 --- a/Headers/gnustep/gui/NSGraphicsContext.h +++ b/Headers/gnustep/gui/NSGraphicsContext.h @@ -174,7 +174,6 @@ APPKIT_DECLARE NSGraphicsContext *GSCurrentContext(); - (BOOL) _removeDragTypes: (NSArray*)types fromWindow: (NSWindow *)win; - (NSCountedSet*) _dragTypesForWindow: (NSWindow *)win; - (id )_dragInfo; -- (void) _postExternalEvent: (NSEvent*)event; /* Private methods for printing */ - (void) useFont: (NSString *)fontName; @@ -541,6 +540,7 @@ APPKIT_DECLARE NSGraphicsContext *GSCurrentContext(); - (BOOL) GSWViewIsFlipped; - (NSWindowDepth) GSWindowDepthForScreen: (int) screen; - (const NSWindowDepth *) GSAvailableDepthsForScreen: (int) screen; +- (NSSize) GSResolutionForScreen: (int) screen; @end