summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbatom.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2023-10-05 13:28:32 +0200
committerLiang Qi <liang.qi@qt.io>2023-10-06 09:42:46 +0200
commit70d3c15e8e9ef5965a242022e6681dd87dff5bd4 (patch)
tree0b52e803071cb36d792cdb5e3c8cb759f4a48929 /src/plugins/platforms/xcb/qxcbatom.h
parentbc3ae300c5e6ab993549ce24ec681c4830741454 (diff)
xcb: set _KDE_NET_WM_DESKTOP_FILE and _GTK_APPLICATION_ID for window
in top level, which are in used very common for KDE and GNOME. Pick-to: 6.6 6.5 6.2 Fixes: QTBUG-117488 Change-Id: I88fe7b4afe44e4ac8f07e60e990cbe68498e98d9 Reviewed-by: Nicolas Fella <nicolas.fella@kdab.com> Reviewed-by: Ilya Fedin <fedin-ilja2010@ya.ru> Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbatom.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbatom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbatom.h b/src/plugins/platforms/xcb/qxcbatom.h
index 07dad31d45..bc677eaf3e 100644
--- a/src/plugins/platforms/xcb/qxcbatom.h
+++ b/src/plugins/platforms/xcb/qxcbatom.h
@@ -112,6 +112,7 @@ public:
Atom_NET_WM_WINDOW_TYPE_NORMAL,
Atom_KDE_NET_WM_WINDOW_TYPE_OVERRIDE,
+ Atom_KDE_NET_WM_DESKTOP_FILE,
Atom_KDE_NET_WM_FRAME_STRUT,
Atom_NET_FRAME_EXTENTS,
@@ -199,6 +200,7 @@ public:
Atom_COMPIZ_DECOR_REQUEST,
Atom_COMPIZ_DECOR_DELETE_PIXMAP,
Atom_COMPIZ_TOOLKIT_ACTION,
+ Atom_GTK_APPLICATION_ID,
Atom_GTK_LOAD_ICONTHEMES,
AtomAT_SPI_BUS,