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;