mirror of
https://github.com/glfw/glfw.git
synced 2025-07-29 11:00:04 +00:00
Merge b6a57b051e
into 58c69a9ac4
This commit is contained in:
commit
9f24949b17
@ -32,6 +32,12 @@
|
|||||||
// Needed for _NSGetProgname
|
// Needed for _NSGetProgname
|
||||||
#include <crt_externs.h>
|
#include <crt_externs.h>
|
||||||
|
|
||||||
|
// Fix for 10.6.
|
||||||
|
@interface NSWindow (GLFWNSWindowPolyfill)
|
||||||
|
|
||||||
|
-(NSRect)convertRectToBacking:(NSRect)rect;
|
||||||
|
|
||||||
|
@end
|
||||||
|
|
||||||
// Enter fullscreen mode
|
// Enter fullscreen mode
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user