7 Star 0 Fork 1

src-anolis-dde/qt5-qtbase-5.15

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fix-_NET_SUPPORTED-attribute-cannot-be-updated.patch 945 Bytes
一键复制 编辑 原始数据 按行查看 历史
From: Tang Haixiang <tanghaixiang@uniontech.com>
Date: Thu, 25 Feb 2021 14:00:00 +0800
Subject: Fix-_NET_SUPPORTED-attribute-cannot-be-updated
---
Index: qtbase-opensource-src/src/plugins/platforms/xcb/qxcbconnection.cpp
===================================================================
--- qtbase-opensource-src.orig/src/plugins/platforms/xcb/qxcbconnection.cpp
+++ qtbase-opensource-src/src/plugins/platforms/xcb/qxcbconnection.cpp
@@ -659,6 +659,8 @@ void QXcbConnection::handleXcbEvent(xcb_
QXcbVirtualDesktop *virtualDesktop = virtualDesktopForRootWindow(propertyNotify->window);
if (virtualDesktop)
virtualDesktop->updateWorkArea();
+ } else if(propertyNotify->atom == atom(QXcbAtom::_NET_SUPPORTED)) {
+ m_wmSupport->updateNetWMAtoms();
} else {
HANDLE_PLATFORM_WINDOW_EVENT(xcb_property_notify_event_t, window, handlePropertyNotifyEvent);
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-anolis-dde/qt5-qtbase-5.15.git
git@gitee.com:src-anolis-dde/qt5-qtbase-5.15.git
src-anolis-dde
qt5-qtbase-5.15
qt5-qtbase-5.15
a8.6

搜索帮助