Skip to content
  • Marvin Scholz's avatar
    macOS: Add compatibility typedef for NSWindowStyleMask · 095642c6
    Marvin Scholz authored
    NSWindowStyleMask was introduced in 10.12 SDK, and used for methods like
    `initWithContentRect:styleMask:` which before 10.12 used NSUInteger.
    Continuing to use NSUInteger works but causes a warning when compiling
    with 10.12 SDK.
    095642c6