move dock windows to DOCK layer and remove decorations

This commit is contained in:
markt 2007-09-13 22:11:12 +00:00
parent a2946ae3ad
commit d5aa50bee6
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
(Format: Year/Month/Day) (Format: Year/Month/Day)
Changes for 1.0.0: Changes for 1.0.0:
*07/09/13:
* Move dock windows to Dock layer and remove decorations (Mark)
Ewmh.cc
*07/09/09: *07/09/09:
* Added support for Slovak language ( Thanks Martin Lukac ) * Added support for Slovak language ( Thanks Martin Lukac )
nls/sk_SK/* nls/sk_SK/*

View file

@ -278,6 +278,8 @@ void Ewmh::setupFrame(FluxboxWindow &win) {
// we also assume it shouldn't be visible in any toolbar // we also assume it shouldn't be visible in any toolbar
win.setFocusHidden(true); win.setFocusHidden(true);
win.setIconHidden(true); win.setIconHidden(true);
win.setDecoration(FluxboxWindow::DECOR_NONE);
win.moveToLayer(Layer::DOCK);
} else if (atoms[l] == m_net_wm_window_type_desktop) { } else if (atoms[l] == m_net_wm_window_type_desktop) {
/* /*
* _NET_WM_WINDOW_TYPE_DESKTOP indicates a "false desktop" window * _NET_WM_WINDOW_TYPE_DESKTOP indicates a "false desktop" window