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:
nico 1999-11-16 23:56:19 +00:00
parent e05de7f77e
commit 08f226ccb2

View file

@ -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;
}
//