Skip to content

Commit

Permalink
Merge pull request #330 from gnustep/NSView_protected
Browse files Browse the repository at this point in the history
protect ivars described as protected
  • Loading branch information
rmottola authored Feb 6, 2025
2 parents 16b311f + 0453854 commit 44e7af6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Headers/AppKit/NSView.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ PACKAGE_SCOPE
void *_previousKeyView;
CGFloat _alphaValue;

@public
PACKAGE_SCOPE
/*
* Flags for internal use by NSView and it's subclasses.
*/
Expand All @@ -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;
Expand All @@ -199,6 +200,7 @@ PACKAGE_SCOPE
NSShadow *_shadow;
NSAppearance* _appearance;
NSUserInterfaceItemIdentifier _identifier;

}

/*
Expand Down

0 comments on commit 44e7af6

Please sign in to comment.