diff dwconfig.h.in @ 2978:d84182f0054e

GTK4: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE. Also add support for the stable WebKitGTK 6.0 for GTK4. They changed a lot including the package name, add USE_WEBKIT6 for this.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 24 Mar 2023 23:04:39 +0000
parents 83c17a84bc27
children a464a74505f7
line wrap: on
line diff
--- a/dwconfig.h.in	Fri Mar 24 17:35:53 2023 +0000
+++ b/dwconfig.h.in	Fri Mar 24 23:04:39 2023 +0000
@@ -106,5 +106,8 @@
 /* Uses WebKit 2 */
 #undef USE_WEBKIT2
 
+/* Uses WebKit 6 */
+#undef USE_WEBKIT6
+
 /* Define to 1 if the X Window System is missing or not being used. */
 #undef X_DISPLAY_MISSING