comparison gtk4/dw.c @ 2980:7e273fec75ae

GTK3/4: Add feature support for DW_FEATURE_HTML_MESSAGE.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 25 Mar 2023 20:10:05 +0000
parents d84182f0054e
children 8450b87e960c
comparison
equal deleted inserted replaced
2979:b59103280114 2980:7e273fec75ae
11439 switch(feature) 11439 switch(feature)
11440 { 11440 {
11441 #ifdef USE_WEBKIT 11441 #ifdef USE_WEBKIT
11442 case DW_FEATURE_HTML: 11442 case DW_FEATURE_HTML:
11443 case DW_FEATURE_HTML_RESULT: 11443 case DW_FEATURE_HTML_RESULT:
11444 case DW_FEATURE_HTML_MESSAGE:
11444 #endif 11445 #endif
11445 case DW_FEATURE_NOTIFICATION: 11446 case DW_FEATURE_NOTIFICATION:
11446 case DW_FEATURE_UTF8_UNICODE: 11447 case DW_FEATURE_UTF8_UNICODE:
11447 case DW_FEATURE_MLE_WORD_WRAP: 11448 case DW_FEATURE_MLE_WORD_WRAP:
11448 case DW_FEATURE_TREE: 11449 case DW_FEATURE_TREE:
11473 { 11474 {
11474 /* These features are supported but not configurable */ 11475 /* These features are supported but not configurable */
11475 #ifdef USE_WEBKIT 11476 #ifdef USE_WEBKIT
11476 case DW_FEATURE_HTML: 11477 case DW_FEATURE_HTML:
11477 case DW_FEATURE_HTML_RESULT: 11478 case DW_FEATURE_HTML_RESULT:
11479 case DW_FEATURE_HTML_MESSAGE:
11478 #endif 11480 #endif
11479 case DW_FEATURE_NOTIFICATION: 11481 case DW_FEATURE_NOTIFICATION:
11480 case DW_FEATURE_UTF8_UNICODE: 11482 case DW_FEATURE_UTF8_UNICODE:
11481 case DW_FEATURE_MLE_WORD_WRAP: 11483 case DW_FEATURE_MLE_WORD_WRAP:
11482 case DW_FEATURE_TREE: 11484 case DW_FEATURE_TREE: