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
This commit is contained in:
Fred Kiefer 2001-12-21 00:46:19 +00:00
parent 607e008095
commit d78b73e3c5

View file

@ -174,7 +174,6 @@ APPKIT_DECLARE NSGraphicsContext *GSCurrentContext();
- (BOOL) _removeDragTypes: (NSArray*)types fromWindow: (NSWindow *)win;
- (NSCountedSet*) _dragTypesForWindow: (NSWindow *)win;
- (id <NSDraggingInfo>)_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