mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
6e2f18c498
When -Wundeclared-selector is enabled (recommended by Apple), the calls to the setBadgeLabel selector in MacOSXTaskbarManager are warned on because NSDockTile declarations are not included because they do not exist in macOS 10.4 and earlier. While I don't know that we are even supporting such old macOS versions these days, it is simple enough to fix this problem when compiling to modern macOS versions by conditionally including the necessary header. |
||
---|---|---|
.. | ||
dockplugin | ||
macosx-taskbar.h | ||
macosx-taskbar.mm |