mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
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:
parent
607e008095
commit
d78b73e3c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue