From e1733dfac537e9ce1f9c534c63e886d3a128e3c7 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sun, 24 Dec 2000 14:08:25 +0000 Subject: [PATCH] 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 --- Headers/gnustep/gui/NSApplication.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Headers/gnustep/gui/NSApplication.h b/Headers/gnustep/gui/NSApplication.h index c595b4072..efaacda07 100644 --- a/Headers/gnustep/gui/NSApplication.h +++ b/Headers/gnustep/gui/NSApplication.h @@ -61,6 +61,7 @@ extern NSString *NSEventTrackingRunLoopMode; @interface NSApplication : NSResponder { + NSGraphicsContext *_default_context; NSEvent *_current_event; NSModalSession _session; NSWindow *_key_window;