Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
[AppKit] NSWindows.ToggleFullScreen, sender can be null fixes #10230
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed May 15, 2013
1 parent 98d714c commit f81f0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14328,7 +14328,7 @@ public partial interface NSWindow : NSAnimatablePropertyContainer, NSUserInterfa
float BackingScaleFactor { get; }

[Lion, Export ("toggleFullScreen:")]
void ToggleFullScreen (NSObject sender);
void ToggleFullScreen ([NullAllowed] NSObject sender);

//Detected properties
[Export ("animationBehavior")]
Expand Down

0 comments on commit f81f0a0

Please sign in to comment.