New ivars for NSView and improved canDraw implemetantion.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18802 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2004-03-08 13:56:56 +00:00
parent f169d28edb
commit d82befe200
3 changed files with 36 additions and 15 deletions

View file

@ -114,6 +114,10 @@ typedef enum _NSFocusRingType {
BOOL _coordinates_valid;
BOOL _allocate_gstate;
BOOL _renew_gstate;
BOOL _is_hidden;
BOOL _in_live_resize;
NSFocusRingType _focusRingType;
void *_nextKeyView;
void *_previousKeyView;