mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Tweaked an OSX obj-C window event signature.
This commit is contained in:
parent
bf6691dcf7
commit
40ca8a7787
1 changed files with 1 additions and 1 deletions
|
|
@ -1686,7 +1686,7 @@ struct JuceNSWindowClass : public ObjCClass <NSWindow>
|
|||
addMethod (@selector (canBecomeKeyWindow), canBecomeKeyWindow, "c@:");
|
||||
addMethod (@selector (becomeKeyWindow), becomeKeyWindow, "v@:");
|
||||
addMethod (@selector (windowShouldClose:), windowShouldClose, "c@:@");
|
||||
addMethod (@selector (constrainFrameRect:toScreen:), constrainFrameRect, @encode (NSRect), "@:", @encode (NSRect*), "@");
|
||||
addMethod (@selector (constrainFrameRect:toScreen:), constrainFrameRect, @encode (NSRect), "@:", @encode (NSRect), "@");
|
||||
addMethod (@selector (windowWillResize:toSize:), windowWillResize, @encode (NSSize), "@:@", @encode (NSSize));
|
||||
addMethod (@selector (zoom:), zoom, "v@:@");
|
||||
addMethod (@selector (windowWillMove:), windowWillMove, "v@:@");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue