diff mac/dw.m @ 2284:3361ce6070ce

Add DW_FEATURE_TASK_BAR to the feature tests, for taskbar icon support. Not having this earlier was probably an oversight, but added it because GTK4 removes the widget that allowed this support.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 03 Feb 2021 21:44:15 +0000
parents 176470d75695
children af6beae5228c
line wrap: on
line diff
--- a/mac/dw.m	Wed Feb 03 20:55:51 2021 +0000
+++ b/mac/dw.m	Wed Feb 03 21:44:15 2021 +0000
@@ -13096,6 +13096,9 @@
 #ifdef BUILDING_FOR_MOUNTAIN_LION
         case DW_FEATURE_NOTIFICATION:
 #endif
+#ifdef BUILDING_FOR_YOSEMITE
+        case DW_FEATURE_TASK_BAR:
+#endif
         case DW_FEATURE_HTML:
         case DW_FEATURE_HTML_RESULT:
         case DW_FEATURE_CONTAINER_STRIPE:
@@ -13153,6 +13156,9 @@
 #ifdef BUILDING_FOR_MOUNTAIN_LION
         case DW_FEATURE_NOTIFICATION:
 #endif
+#ifdef BUILDING_FOR_YOSEMITE
+        case DW_FEATURE_TASK_BAR:
+#endif
         case DW_FEATURE_HTML:
         case DW_FEATURE_HTML_RESULT:
         case DW_FEATURE_CONTAINER_STRIPE: