mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 20:49:13 +00:00
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:
parent
9ad29ee0b1
commit
ff1c514cba
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue