This commit is contained in:
Patrick Walton 2013-07-04 06:03:32 -07:00
commit 9f24949b17

View File

@ -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
// //