diff --git a/Headers/gnustep/gui/NSWorkspace.h b/Headers/gnustep/gui/NSWorkspace.h index 78cbaa76c..ac2f6d038 100644 --- a/Headers/gnustep/gui/NSWorkspace.h +++ b/Headers/gnustep/gui/NSWorkspace.h @@ -127,6 +127,10 @@ - (BOOL) launchApplication: (NSString*)appName showIcon: (BOOL)showIcon autolaunch: (BOOL)autolaunch; +#ifndef STRICT_OPENSTEP +- (NSDictionary*) activeApplication; +- (NSArray*) launchedApplications; +#endif // // Unmounting a Device