aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index 8dd1959..147b7d3 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -662,15 +662,7 @@ void Ewmh::updateState(FluxboxWindow &win) {
662} 662}
663 663
664void Ewmh::updateLayer(FluxboxWindow &win) { 664void Ewmh::updateLayer(FluxboxWindow &win) {
665 //!! TODO _NET_WM_WINDOW_TYPE 665 updateState(win);
666 /*
667 if (win.getLayer() == Fluxbox::instance()->getAboveDockLayer()) {
668 // _NET_WM_STATE_BELOW
669
670 } else if (win.getLayer() == Fluxbox::instance()->getBottomLayer()) {
671 // _NET_WM_STATE_ABOVE
672 }
673 */
674} 666}
675 667
676void Ewmh::updateHints(FluxboxWindow &win) { 668void Ewmh::updateHints(FluxboxWindow &win) {