all repos — fluxbox @ 3cf9619a920e1c6235a183033298efad60a99fc4

custom fork of the fluxbox windowmanager

we dont move to dock layer for dock windows, need to check this later.
fluxgen fluxgen
commit

3cf9619a920e1c6235a183033298efad60a99fc4

parent

9c80af4b78e8b587ced54ca641abf93b84b400a2

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M src/Ewmh.ccsrc/Ewmh.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Ewmh.cc,v 1.41 2004/01/21 15:42:14 fluxgen Exp $ +// $Id: Ewmh.cc,v 1.42 2004/01/21 15:52:21 fluxgen Exp $ #include "Ewmh.hh"

@@ -173,8 +173,6 @@ * of all other windows.

* */ if (atoms[l] == m_net_wm_window_type_dock) { - win.moveToLayer(Fluxbox::instance()->getDockLayer()); - cerr<<"Dock app: moveToLayer Dock layer"<<endl; // we also assume it shouldn't be visible in any toolbar win.setHidden(true); break;