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:
Nicola Pero 1999-11-16 23:56:19 +00:00
parent 965c443e4f
commit 01ca18b090

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