mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
protect ivars described as portected
This commit is contained in:
parent
c28695dd4a
commit
d25d0ad027
1 changed files with 3 additions and 1 deletions
|
@ -157,7 +157,7 @@ PACKAGE_SCOPE
|
|||
void *_previousKeyView;
|
||||
CGFloat _alphaValue;
|
||||
|
||||
@public
|
||||
PACKAGE_SCOPE
|
||||
/*
|
||||
* Flags for internal use by NSView and it's subclasses.
|
||||
*/
|
||||
|
@ -176,6 +176,7 @@ PACKAGE_SCOPE
|
|||
/* backing flush when drawn */
|
||||
} _rFlags;
|
||||
|
||||
@protected
|
||||
BOOL _is_rotated_from_base;
|
||||
BOOL _is_rotated_or_scaled_from_base;
|
||||
BOOL _post_frame_changes;
|
||||
|
@ -199,6 +200,7 @@ PACKAGE_SCOPE
|
|||
NSShadow *_shadow;
|
||||
NSAppearance* _appearance;
|
||||
NSUserInterfaceItemIdentifier _identifier;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue