From 08f226ccb2701d7fe10ae1bc24182bd1a70c528c Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 16 Nov 1999 23:56:19 +0000 Subject: [PATCH] Added ivar. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5218 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSTextFieldCell.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Headers/gnustep/gui/NSTextFieldCell.h b/Headers/gnustep/gui/NSTextFieldCell.h index a169e15bb..e5909bb2c 100644 --- a/Headers/gnustep/gui/NSTextFieldCell.h +++ b/Headers/gnustep/gui/NSTextFieldCell.h @@ -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; } //