* nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
This commit is contained in:
parent
7f6ad20968
commit
4e2f36cfed
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-07-23 Yavor Doganov <yavor@gnu.org>
|
||||
|
||||
* nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
|
||||
|
||||
2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
|
||||
|
||||
* nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
|
||||
|
|
|
@ -37,6 +37,11 @@
|
|||
#include "character.h"
|
||||
#include "font.h"
|
||||
|
||||
/* This header is not included from GNUstep's (0.16.0) AppKit.h. */
|
||||
#ifdef NS_IMPL_GNUSTEP
|
||||
#import <AppKit/NSFontDescriptor.h>
|
||||
#endif
|
||||
|
||||
#define NSFONT_TRACE 0
|
||||
|
||||
extern Lisp_Object Qns;
|
||||
|
|
Loading…
Add table
Reference in a new issue