代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/tk 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
From 6b354b74b09729ef0b336a4c1504ed66824a4d5a Mon Sep 17 00:00:00 2001
From: fvogel <fvogelnew1@free.fr>
Date: Sun, 14 Jan 2018 14:54:17 +0000
Subject: [PATCH 108/693] Fix [1821174fff] and [1938774fff]: RenderBadPicture
(invalid Picture parameter) error returned on application exit when 'send'
was renamed to {}. Patch from Christian Werner.
---
unix/tkUnixRFont.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c
index d43ed2460..abdde7819 100644
--- a/unix/tkUnixRFont.c
+++ b/unix/tkUnixRFont.c
@@ -388,6 +388,16 @@ FinishedWithFont(
if (fontPtr->fontset) {
FcFontSetDestroy(fontPtr->fontset);
}
+
+ /*
+ * Synchronize with X server before dropping the error handler.
+ * This seems to catch sporadic RenderBadPicture errors on tear
+ * down of an application.
+ *
+ * See bugs [1821174fff] and [1938774fff].
+ */
+ XSync(fontPtr->display, False);
+
Tk_DeleteErrorHandler(handler);
}
--
2.19.1
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。