Patch by Julian Mayer.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33941 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-10-04 13:30:53 +00:00
parent 0d87be5aa0
commit 8cdec64b84
5 changed files with 40 additions and 3 deletions

View file

@ -35,6 +35,10 @@
#import <AppKit/NSGraphicsContext.h>
#import <AppKit/AppKitDefines.h>
#if defined(__cplusplus)
extern "C" {
#endif
@class NSString;
@class NSColor;
@class NSGraphicsContext;
@ -264,4 +268,8 @@ typedef enum _NSFocusRingPlacement
void NSSetFocusRingStyle(NSFocusRingPlacement placement);
#endif
#if defined(__cplusplus)
}
#endif
#endif /* __NSGraphics_h__ */