From ff1c514cba7ffbcc21e7654e59880e2761032a98 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Mon, 13 Dec 1999 16:05:01 +0000 Subject: [PATCH] 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 --- Headers/gnustep/gui/NSBrowserCell.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Headers/gnustep/gui/NSBrowserCell.h b/Headers/gnustep/gui/NSBrowserCell.h index e39db7bc7..907d4c04c 100644 --- a/Headers/gnustep/gui/NSBrowserCell.h +++ b/Headers/gnustep/gui/NSBrowserCell.h @@ -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 } //