Commit ec8fa57750423978086cd7a96bd92e7e3ff46cc9

Alex Szpakowski 2022-05-07T21:57:23

macOS: always use Objective-C ARC (automatic ref counting). Change Cocoa SDL_VideoData and SDL_WindowData implementations from C structs to Objective-C objects, since bridging between C and ObjC is easier that way.