Added ivar to cache whether it's opaque

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8612 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-16 12:30:44 +00:00
parent ea361a6ea6
commit 1a361e62d3

View file

@ -41,6 +41,8 @@
NSColor* _backgroundColor;
BOOL _drawsBackground;
BOOL _copiesOnScroll;
/* Cached */
BOOL _isOpaque;
}
/* Setting the document view */