aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThierry Crozat2014-01-26 20:40:36 +0000
committerThierry Crozat2014-02-23 21:54:47 +0000
commit6d7fcdd2b544fa4eb29988bd627af94aa8238d6c (patch)
tree0636a564e386edaff384bd9bdc47266bc8dbcd74 /configure
parent6673472a2266373a96959c741dc922b40e975179 (diff)
downloadscummvm-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-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 567cb096d7..5499ceccb1 100755
--- a/configure
+++ b/configure
@@ -4001,6 +4001,10 @@ else
echo "win32"
_taskbar=yes
;;
+ darwin*)
+ echo "osx"
+ _taskbar=yes
+ ;;
*)
if test "$_libunity" = yes; then
echo "unity"