aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-08-05 22:12:05 (GMT)
committermarkt <markt>2007-08-05 22:12:05 (GMT)
commited2c1b0d147b3462bf3eaf33a27783352c156cb3 (patch)
treeb2cbfbbb9dc9ffccce7bf52a08dc7a210bedd5b7 /src/Ewmh.cc
parent37fd18f04cfe03bdceacf5f6cd2193852135ba27 (diff)
downloadfluxbox-ed2c1b0d147b3462bf3eaf33a27783352c156cb3.zip
fluxbox-ed2c1b0d147b3462bf3eaf33a27783352c156cb3.tar.bz2
some minor fixes
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index 7e5a50c..c3a8827 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -305,7 +305,7 @@ void Ewmh::setupFrame(FluxboxWindow &win) {
305 * application). Windows of this type may set the 305 * application). Windows of this type may set the
306 * WM_TRANSIENT_FOR hint indicating the main application window. 306 * WM_TRANSIENT_FOR hint indicating the main application window.
307 */ 307 */
308 win.setDecorationMask(FluxboxWindow::DECOR_TINY); 308 win.setDecorationMask(FluxboxWindow::DECOR_TOOL);
309 win.setIconHidden(true); 309 win.setIconHidden(true);
310 win.moveToLayer(Layer::ABOVE_DOCK); 310 win.moveToLayer(Layer::ABOVE_DOCK);
311 } else if (atoms[l] == m_net_wm_window_type_toolbar) { 311 } else if (atoms[l] == m_net_wm_window_type_toolbar) {