OSX: Implement TaskbarManager for Mac OS X

This implements count badge, progress bar, and icon overlay.
It uses the NSDockTile API which is available since OS X 10.5.
The code compiles and run on older system but without doing
anything.
This commit is contained in:
Thierry Crozat 2014-01-26 20:40:36 +00:00
parent 6673472a22
commit 6d7fcdd2b5
6 changed files with 313 additions and 1 deletions

View file

@ -35,6 +35,7 @@ public:
virtual Common::String getSystemLanguage() const;
virtual void init();
virtual void initBackend();
virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0);
virtual void setupIcon();