comparison 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
comparison
equal deleted inserted replaced
2283:0c88059df8e9 2284:3361ce6070ce
13094 switch(feature) 13094 switch(feature)
13095 { 13095 {
13096 #ifdef BUILDING_FOR_MOUNTAIN_LION 13096 #ifdef BUILDING_FOR_MOUNTAIN_LION
13097 case DW_FEATURE_NOTIFICATION: 13097 case DW_FEATURE_NOTIFICATION:
13098 #endif 13098 #endif
13099 #ifdef BUILDING_FOR_YOSEMITE
13100 case DW_FEATURE_TASK_BAR:
13101 #endif
13099 case DW_FEATURE_HTML: 13102 case DW_FEATURE_HTML:
13100 case DW_FEATURE_HTML_RESULT: 13103 case DW_FEATURE_HTML_RESULT:
13101 case DW_FEATURE_CONTAINER_STRIPE: 13104 case DW_FEATURE_CONTAINER_STRIPE:
13102 case DW_FEATURE_MLE_WORD_WRAP: 13105 case DW_FEATURE_MLE_WORD_WRAP:
13103 case DW_FEATURE_MLE_AUTO_COMPLETE: 13106 case DW_FEATURE_MLE_AUTO_COMPLETE:
13151 { 13154 {
13152 /* These features are supported but not configurable */ 13155 /* These features are supported but not configurable */
13153 #ifdef BUILDING_FOR_MOUNTAIN_LION 13156 #ifdef BUILDING_FOR_MOUNTAIN_LION
13154 case DW_FEATURE_NOTIFICATION: 13157 case DW_FEATURE_NOTIFICATION:
13155 #endif 13158 #endif
13159 #ifdef BUILDING_FOR_YOSEMITE
13160 case DW_FEATURE_TASK_BAR:
13161 #endif
13156 case DW_FEATURE_HTML: 13162 case DW_FEATURE_HTML:
13157 case DW_FEATURE_HTML_RESULT: 13163 case DW_FEATURE_HTML_RESULT:
13158 case DW_FEATURE_CONTAINER_STRIPE: 13164 case DW_FEATURE_CONTAINER_STRIPE:
13159 case DW_FEATURE_MLE_WORD_WRAP: 13165 case DW_FEATURE_MLE_WORD_WRAP:
13160 case DW_FEATURE_MLE_AUTO_COMPLETE: 13166 case DW_FEATURE_MLE_AUTO_COMPLETE: