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

protect ivars described as protected
This commit is contained in:
Riccardo 2025-02-06 09:14:14 +01:00 committed by GitHub
commit 44e7af6704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
/*