mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 18:05:18 +00:00
fixed one macos deprecation warning
This commit is contained in:
@@ -190,7 +190,7 @@ void mac_gl_make_current(void * state)
|
||||
-(void) initialize: (struct state_mac_gl *) s
|
||||
{
|
||||
window = [[NSWindow alloc] initWithContentRect:NSMakeRect(0, 0, 100, 100)
|
||||
styleMask:NSBorderlessWindowMask
|
||||
styleMask:NSWindowStyleMaskBorderless
|
||||
backing:NSBackingStoreBuffered
|
||||
defer:NO];
|
||||
[window autorelease];
|
||||
|
||||
Reference in New Issue
Block a user