From 1f946a4497d70a7be87bef9d76587a686635e388 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 12 Apr 2026 14:24:51 +0300 Subject: [PATCH] ; * src/xwidget.c (Fmake_xwidget): Fix commentary. --- src/xwidget.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/xwidget.c b/src/xwidget.c index 503b554696d..0b890375c30 100644 --- a/src/xwidget.c +++ b/src/xwidget.c @@ -381,11 +381,10 @@ fails. */) g_object_set (G_OBJECT (settings), "enable-javascript", (gboolean) (!xwidget_webkit_disable_javascript), NULL); #if WEBKIT_CHECK_VERSION (2, 16, 0) - /* the webkit view is created on an *offscreen* window, on + /* The webkit view is created on an *offscreen* window, on which hardware acceleration is not supported; we need to - tell webkitgtk _not_ to try that, since it will fail & abort() - with recent versions. */ - + tell webkitgtk _not_ to try that, since it will fail & abort + with recent versions. */ webkit_settings_set_hardware_acceleration_policy (settings, WEBKIT_HARDWARE_ACCELERATION_POLICY_NEVER); #endif