scummvm/backends/taskbar
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
..
macosx MACOS: Fix warnings about undeclared selectors 2017-09-10 22:17:16 -05:00
unity UNITY: Check for GLib version at runtime 2014-10-06 16:50:32 +02:00
win32 WIN32: Fix taskbar detection under Windows 10 onwards. 2016-06-08 10:06:57 +10:00