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