mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:00:38 +00:00
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:
parent
f169d28edb
commit
d82befe200
3 changed files with 36 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue