Ryujinx-SDL/src/video/cocoa
Sam Lantinga 997c69b9ef Fixed bug 3697 - Main thread gets stuck on left mouse down
Eric Wasylishen

I think I found a better fix.

The problem with https://hg.libsdl.org/SDL/rev/ebdc0738b1b5 is setting the styleMask to 0 clears the NSWindowStyleMaskFullScreen bit, which then confuses Cocoa later when you try to leave fullscreen. Instead I'm just clearing the NSWindowStyleMaskResizable bit, although SetWindowStyle(window, NSWindowStyleMaskFullScreen); seems to also work.
2017-08-01 20:16:10 -07:00
..
SDL_cocoaclipboard.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoaclipboard.m Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoaevents.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoaevents.m macOS: Address more compiler warnings when building with a recent deployment target. 2017-07-13 23:09:37 -03:00
SDL_cocoakeyboard.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoakeyboard.m macOS: Address more compiler warnings when building with a recent deployment target. 2017-07-13 23:09:37 -03:00
SDL_cocoamessagebox.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoamessagebox.m macOS: Address more compiler warnings when building with a recent deployment target. 2017-07-13 23:09:37 -03:00
SDL_cocoamodes.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoamodes.m Fix a potential crash in macOS 10.7 and earlier. 2017-07-12 21:32:10 -03:00
SDL_cocoamouse.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoamouse.m macOS: Replace uses of deprecated Cocoa enum names with modern/consistent equivalents. 2017-07-13 22:59:02 -03:00
SDL_cocoamousetap.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoamousetap.m Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoaopengl.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoaopengl.m Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoashape.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoashape.m macOS: Replace uses of deprecated Cocoa enum names with modern/consistent equivalents. 2017-07-13 22:59:02 -03:00
SDL_cocoavideo.h Fixed build on older Mac OS X SDKs 2017-07-21 17:28:47 -07:00
SDL_cocoavideo.m Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoawindow.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_cocoawindow.m Fixed bug 3697 - Main thread gets stuck on left mouse down 2017-08-01 20:16:10 -07:00