diff win/dw.c @ 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 281e2df2c022
children 1cffb66cf7b8
line wrap: on
line diff
--- a/win/dw.c	Wed Feb 03 20:55:51 2021 +0000
+++ b/win/dw.c	Wed Feb 03 21:44:15 2021 +0000
@@ -13891,6 +13891,7 @@
             return DW_FEATURE_UNSUPPORTED;
         }
 #endif
+        case DW_FEATURE_TASK_BAR:  
         default:
             return DW_FEATURE_UNSUPPORTED;
     }
@@ -13969,6 +13970,8 @@
             return DW_ERROR_GENERAL;
         }
 #endif
+        case DW_FEATURE_TASK_BAR:  
+            return DW_ERROR_GENERAL;
         default:
             return DW_FEATURE_UNSUPPORTED;
     }