scummvm/backends/taskbar/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
..
dockplugin JANITORIAL: Remove more trailing spaces 2016-10-09 15:02:02 +02:00
macosx-taskbar.h JANITORIAL: Remove more trailing spaces 2016-10-09 15:02:02 +02:00
macosx-taskbar.mm MACOS: Fix warnings about undeclared selectors 2017-09-10 22:17:16 -05:00