aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkt <markt>2007-09-13 22:15:25 (GMT)
committermarkt <markt>2007-09-13 22:15:25 (GMT)
commitbd3969d1c5accebb7409e965f31a45fd598f50fa (patch)
tree6de57465d8d8012e767d528526b6da50f9efa437
parent6a21f547072ce992c9b3255eb47dcfb5e748e531 (diff)
downloadfluxbox-bd3969d1c5accebb7409e965f31a45fd598f50fa.zip
fluxbox-bd3969d1c5accebb7409e965f31a45fd598f50fa.tar.bz2
move dock windows to Dock layer and remove decorations
-rw-r--r--src/Ewmh.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index c3a8827..7266496 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -265,6 +265,8 @@ void Ewmh::setupFrame(FluxboxWindow &win) {
265 // we also assume it shouldn't be visible in any toolbar 265 // we also assume it shouldn't be visible in any toolbar
266 win.setFocusHidden(true); 266 win.setFocusHidden(true);
267 win.setIconHidden(true); 267 win.setIconHidden(true);
268 win.setDecorationMask(FluxboxWindow::DECOR_NONE);
269 win.moveToLayer(Layer::DOCK);
268 } else if (atoms[l] == m_net_wm_window_type_desktop) { 270 } else if (atoms[l] == m_net_wm_window_type_desktop) {
269 /* 271 /*
270 * _NET_WM_WINDOW_TYPE_DESKTOP indicates a "false desktop" window 272 * _NET_WM_WINDOW_TYPE_DESKTOP indicates a "false desktop" window