comparison dwtest.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 176470d75695
children dfb52d2bddaa
comparison
equal deleted inserted replaced
2283:0c88059df8e9 2284:3361ce6070ce
1985 "Supports Multiple Document Interface window frame", 1985 "Supports Multiple Document Interface window frame",
1986 "Supports status text area on notebook/tabbed controls", 1986 "Supports status text area on notebook/tabbed controls",
1987 "Supports sending system notifications", 1987 "Supports sending system notifications",
1988 "Supports UTF8 encoded Unicode text", 1988 "Supports UTF8 encoded Unicode text",
1989 "Supports Rich Edit based MLE control (Windows)", 1989 "Supports Rich Edit based MLE control (Windows)",
1990 "Supports icons in the taskbar or similar system widget",
1990 NULL }; 1991 NULL };
1991 1992
1992 /* 1993 /*
1993 * Let's demonstrate the functionality of this library. :) 1994 * Let's demonstrate the functionality of this library. :)
1994 */ 1995 */