diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-21 06:09:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-21 06:09:31 +0000 |
| commit | aa9ade7a902a3482fd68d05393fe53dac47a4df5 (patch) | |
| tree | c9338b27667bd2ddabaa8f3437632a968bcf6aa0 /src/XAtom.cc | |
| parent | 13064214093fc2104367a2c1e7957316f22f6c22 (diff) | |
add support for the kde-override hint, making the windows get no decorations.
also, read the window type as an array, as it is supposed to be read.
Diffstat (limited to 'src/XAtom.cc')
| -rw-r--r-- | src/XAtom.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/XAtom.cc b/src/XAtom.cc index b2a7c4ef..abd68f18 100644 --- a/src/XAtom.cc +++ b/src/XAtom.cc @@ -151,6 +151,8 @@ XAtom::XAtom(Display *d) { _atoms[kde_net_system_tray_windows] = create("_KDE_NET_SYSTEM_TRAY_WINDOWS"); _atoms[kde_net_wm_system_tray_window_for] = create("_KDE_NET_WM_SYSTEM_TRAY_WINDOW_FOR"); + _atoms[kde_net_wm_window_type_override] = + create("_KDE_NET_WM_WINDOW_TYPE_OVERRIDE"); } |
