mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:20:47 +00:00
Added ivar _default_context to store the graphic context used for
events, which is not switched while printing. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8434 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4869a8775e
commit
c6dace7f5e
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ extern NSString *NSEventTrackingRunLoopMode;
|
|||
|
||||
@interface NSApplication : NSResponder <NSCoding>
|
||||
{
|
||||
NSGraphicsContext *_default_context;
|
||||
NSEvent *_current_event;
|
||||
NSModalSession _session;
|
||||
NSWindow *_key_window;
|
||||
|
|
Loading…
Reference in a new issue