summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbatom.h
diff options
context:
space:
mode:
authorIlya Fedin <fedin-ilja2010@ya.ru>2022-04-21 14:07:19 +0400
committerIlya Fedin <fedin-ilja2010@ya.ru>2022-09-02 00:56:58 +0400
commitba8c4b4ac6df8c4318e3dd8c886aa0135628d33c (patch)
treefaed948a19c113c0c869cf32bfa72b86337e1c12 /src/plugins/platforms/xcb/qxcbatom.h
parent43aaffb0185e018b666359609b5ff82686226e05 (diff)
xcb: set _NET_STARTUP_ID at client leader window
This should help to overcome WM's focus prevention mechanism Fixes: QTBUG-96276 Pick-to: 6.4 6.3 6.2 5.15 Change-Id: Ic5fb46f7ce54f0df29850725bafa364b74e30d25 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbatom.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbatom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbatom.h b/src/plugins/platforms/xcb/qxcbatom.h
index 48924dd626..2171875e00 100644
--- a/src/plugins/platforms/xcb/qxcbatom.h
+++ b/src/plugins/platforms/xcb/qxcbatom.h
@@ -115,6 +115,7 @@ public:
_NET_STARTUP_INFO,
_NET_STARTUP_INFO_BEGIN,
+ _NET_STARTUP_ID,
_NET_SUPPORTING_WM_CHECK,