mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 05:10:57 +00:00
Extracted the interface definition into a separate file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9969 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f32e5d7b69
commit
4c33646018
1 changed files with 1 additions and 7 deletions
|
@ -46,6 +46,7 @@
|
|||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <AppKit/NSTextStorage.h>
|
||||
#include "GSTextStorage.h"
|
||||
|
||||
#define SANITY_CHECKS 0
|
||||
|
||||
|
@ -121,13 +122,6 @@ unCacheAttributes(NSDictionary *attrs)
|
|||
|
||||
|
||||
|
||||
@interface GSTextStorage : NSTextStorage
|
||||
{
|
||||
NSMutableString *_textChars;
|
||||
NSMutableArray *_infoArray;
|
||||
}
|
||||
@end
|
||||
|
||||
@interface GSTextInfo : NSObject <GCFinalization>
|
||||
{
|
||||
@public
|
||||
|
|
Loading…
Reference in a new issue