mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 02:00:48 +00:00
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:
parent
0d87be5aa0
commit
8cdec64b84
5 changed files with 40 additions and 3 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue