scummvm/backends/platform/sdl/macosx
Colin Snover 6e2f18c498 MACOS: Fix warnings about undeclared selectors
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.
2017-09-10 22:17:16 -05:00
..
appmenu_osx.h SDL: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
appmenu_osx.mm MACOS: Fix warnings about undeclared selectors 2017-09-10 22:17:16 -05:00
macosx-compat.h MACOS: Fix warnings about undeclared selectors 2017-09-10 22:17:16 -05:00
macosx-main.cpp SDL: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
macosx.cpp MACOSX: Fix flipped return value of openUrl 2017-05-21 19:37:14 -05:00
macosx.h MACOSX: Create screenshot on Desktop 2017-04-24 01:06:50 +01:00
macosx_wrapper.h MACOSX: Create screenshot on Desktop 2017-04-24 01:06:50 +01:00
macosx_wrapper.mm MACOSX: Expand ~ in default screenshot path 2017-04-26 08:39:06 +01:00