Install headers in gnustep not gnustep/base.

Minor bug fixes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2662 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Scott Christley 1997-11-28 20:13:58 +00:00
parent 1b9c5d5050
commit ec7562e25e
9 changed files with 59 additions and 35 deletions

View file

@ -34,6 +34,11 @@
#include <Foundation/NSAttributedString.h>
#include <stdio.h>
// These are normally defined in the AppKit
NSString *NSFontAttributeName = @"NSFont";
NSString *NSForegroundColorAttributeName = @"NSForegroundColor";
NSString *NSBackgroundColorAttributeName = @"NSBackgroundColor";
void printAttrString(NSAttributedString *attrStr)
{
NSDictionary *tmpAttrDict;