diff options
author | Thierry Crozat | 2014-01-26 20:40:36 +0000 |
---|---|---|
committer | Thierry Crozat | 2014-02-23 21:54:47 +0000 |
commit | 6d7fcdd2b544fa4eb29988bd627af94aa8238d6c (patch) | |
tree | 0636a564e386edaff384bd9bdc47266bc8dbcd74 /configure | |
parent | 6673472a2266373a96959c741dc922b40e975179 (diff) | |
download | scummvm-rg350-6d7fcdd2b544fa4eb29988bd627af94aa8238d6c.tar.gz scummvm-rg350-6d7fcdd2b544fa4eb29988bd627af94aa8238d6c.tar.bz2 scummvm-rg350-6d7fcdd2b544fa4eb29988bd627af94aa8238d6c.zip |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4001,6 +4001,10 @@ else echo "win32" _taskbar=yes ;; + darwin*) + echo "osx" + _taskbar=yes + ;; *) if test "$_libunity" = yes; then echo "unity" |