Skip to content

Commit

Permalink
Merge remote-tracking branch 'TJ/Nullable-GameplayKit' into Nullable-…
Browse files Browse the repository at this point in the history
…GameplayKit
  • Loading branch information
tj_devel709 committed Apr 11, 2022
2 parents f0eb810 + 69eeeee commit 249735d
Show file tree
Hide file tree
Showing 9 changed files with 119 additions and 100 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@
<scene sceneID="R2V-B0-nI4">
<objects>
<windowController id="B8D-0N-5wS" sceneMemberID="viewController">
<window key="window" title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA">
<window key="window" title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="YES" animationBehavior="default" id="IQv-IB-iLA">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="480" height="270"/>
Expand Down
3 changes: 1 addition & 2 deletions src/appkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11120,13 +11120,12 @@ interface NSLevelIndicatorCell {
void SetImage (NSImage image);
}

#if MONOMAC
[NoMacCatalyst]
[Protocol (IsInformal = true)]
interface NSLayerDelegateContentsScaleUpdating {
[Export ("layer:shouldInheritContentsScale:fromWindow:")]
bool ShouldInheritContentsScale (CALayer layer, nfloat newScale, NSWindow fromWindow);
}
#endif

[Mac (10,11)]
[NoMacCatalyst]
Expand Down
Loading

0 comments on commit 249735d

Please sign in to comment.