You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/video/cocoa
Patric Stout 66b324a4c0 Fix: [MacOS] screen looks blue-ish when using newer SDKs (#11207)
The define kCGBitmapByteOrder32Host changed (around SDK 12?)
into an enum, which means an old #ifndef was triggering,
overwriting the value to 0. Sadly, 0 means Order16Big, causing
RGBA to become GRAB, which results in strange colours.

As we no longer support PPC, drop that piece of code completely.

(cherry picked from commit 5ac333c2cc)
1 year ago
..
CMakeLists.txt
cocoa_keys.h
cocoa_ogl.h
cocoa_ogl.mm
cocoa_v.h
cocoa_v.mm Fix: [MacOS] screen looks blue-ish when using newer SDKs (#11207) 1 year ago
cocoa_wnd.h
cocoa_wnd.mm