From d78b73e3c55f533e050ebf5e4ed8c118fba210a8 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Fri, 21 Dec 2001 00:46:19 +0000 Subject: [PATCH] Removed method [_postExternalEvents:]. Added method [GSResolutionForScreen:]. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11856 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSGraphicsContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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