mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
f94d2e62af
commit
29ce1ddd8a
9 changed files with 59 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue