diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2014-03-28 10:03:33 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2014-03-28 10:07:26 +0100 |
commit | 557e52e8cd90db43416cdd183704d549fcf73ee2 (patch) | |
tree | 9501a5a5b298a27c53f150dcd8cbc645a9e2cc91 /vcl/inc | |
parent | 019c342c9b69bb437e030d1ad495ebfba5566316 (diff) |
set window icon also as _NET_WM_ICON (fdo#71494)
The old X way of just using WMHints doesn't seem to work at least with KWin,
which just falls back to finding a matching application icon based on WM_CLASS.
Change-Id: Ia014eb106cd370da74099fa750968df87acbda81
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/wmadaptor.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/wmadaptor.hxx b/vcl/inc/unx/wmadaptor.hxx index e62ecce3e57e..e2ae8ce08432 100644 --- a/vcl/inc/unx/wmadaptor.hxx +++ b/vcl/inc/unx/wmadaptor.hxx @@ -76,6 +76,7 @@ public: NET_NUMBER_OF_DESKTOPS, NET_CURRENT_DESKTOP, NET_WORKAREA, + NET_WM_ICON, // atoms for Gnome WM hints WIN_SUPPORTING_WM_CHECK, |