Use NSCell bits for two BOOL ivar

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5476 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-12-13 16:05:01 +00:00
parent 9ad29ee0b1
commit ff1c514cba

View file

@ -40,8 +40,9 @@
NSImage *_alternateImage;
NSImage *_branchImage;
NSImage *_highlightBranchImage;
BOOL _isLeaf;
BOOL _isLoaded;
// Think of the following ones as of two BOOL ivars
#define _browsercell_is_leaf _cell.subclass_bool_one
#define _browsercell_is_loaded _cell.subclass_bool_two
}
//