Use one of NSCell bit for a BOOL ivar

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

View file

@ -53,11 +53,12 @@ typedef enum _NSButtonType {
NSString* _keyEquivalent;
NSFont* _keyEquivalentFont;
unsigned int _keyEquivalentModifierMask;
BOOL _is_transparent;
unsigned int _highlightsByMask;
unsigned int _showAltStateMask;
float _delayInterval;
float _repeatInterval;
// Think of the following as a BOOL ivar
#define _buttoncell_is_transparent _cell.subclass_bool_one
}
//