mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Added ivar.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5218 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
965c443e4f
commit
01ca18b090
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
|||
NSColor *_background_color;
|
||||
NSColor *_text_color;
|
||||
BOOL _draws_background;
|
||||
// The following is different from _draws_background
|
||||
// if we are using a semi-transparent color.
|
||||
BOOL _isOpaque;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue