mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:40:57 +00:00
Merge pull request #330 from gnustep/NSView_protected
Some checks failed
CI / Ubuntu x64 Clang gnustep-1.9 (push) Has been cancelled
CI / Ubuntu x64 Clang gnustep-2.0 (push) Has been cancelled
CI / Ubuntu x64 GCC (push) Has been cancelled
Some checks failed
CI / Ubuntu x64 Clang gnustep-1.9 (push) Has been cancelled
CI / Ubuntu x64 Clang gnustep-2.0 (push) Has been cancelled
CI / Ubuntu x64 GCC (push) Has been cancelled
protect ivars described as protected
This commit is contained in:
commit
44e7af6704
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