diff options
author | markt <markt> | 2007-09-13 22:11:12 (GMT) |
---|---|---|
committer | markt <markt> | 2007-09-13 22:11:12 (GMT) |
commit | d5aa50bee68cae120bc0c150d31eab17337fc490 (patch) | |
tree | c9dc3942e48ca8b0d6cc2c92da66be7f24f5a580 /src/Ewmh.cc | |
parent | a2946ae3ad017142a0cfe54a58364896d3e95c47 (diff) | |
download | fluxbox-d5aa50bee68cae120bc0c150d31eab17337fc490.zip fluxbox-d5aa50bee68cae120bc0c150d31eab17337fc490.tar.bz2 |
move dock windows to DOCK layer and remove decorations
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 0c5e164..de4377b 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -278,6 +278,8 @@ void Ewmh::setupFrame(FluxboxWindow &win) { | |||
278 | // we also assume it shouldn't be visible in any toolbar | 278 | // we also assume it shouldn't be visible in any toolbar |
279 | win.setFocusHidden(true); | 279 | win.setFocusHidden(true); |
280 | win.setIconHidden(true); | 280 | win.setIconHidden(true); |
281 | win.setDecoration(FluxboxWindow::DECOR_NONE); | ||
282 | win.moveToLayer(Layer::DOCK); | ||
281 | } else if (atoms[l] == m_net_wm_window_type_desktop) { | 283 | } else if (atoms[l] == m_net_wm_window_type_desktop) { |
282 | /* | 284 | /* |
283 | * _NET_WM_WINDOW_TYPE_DESKTOP indicates a "false desktop" window | 285 | * _NET_WM_WINDOW_TYPE_DESKTOP indicates a "false desktop" window |