aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-08-05 22:28:11 (GMT)
committermarkt <markt>2007-08-05 22:28:11 (GMT)
commit538e33fedb8ea0730b17c6f92e9f3e4705343ca6 (patch)
treeca2de59dfd5f2a8730ea6860e41e34f9eb81efb4 /src/Ewmh.cc
parenta9103a89cbcfc553617888fd16df4349e1097d77 (diff)
downloadfluxbox-538e33fedb8ea0730b17c6f92e9f3e4705343ca6.zip
fluxbox-538e33fedb8ea0730b17c6f92e9f3e4705343ca6.tar.bz2
some minor changes
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 fef4428..0c5e164 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -318,7 +318,7 @@ void Ewmh::setupFrame(FluxboxWindow &win) {
318 * application). Windows of this type may set the 318 * application). Windows of this type may set the
319 * WM_TRANSIENT_FOR hint indicating the main application window. 319 * WM_TRANSIENT_FOR hint indicating the main application window.
320 */ 320 */
321 win.setDecoration(FluxboxWindow::DECOR_TINY); 321 win.setDecoration(FluxboxWindow::DECOR_TOOL);
322 win.setIconHidden(true); 322 win.setIconHidden(true);
323 win.moveToLayer(Layer::ABOVE_DOCK); 323 win.moveToLayer(Layer::ABOVE_DOCK);
324 } else if (atoms[l] == m_net_wm_window_type_toolbar) { 324 } else if (atoms[l] == m_net_wm_window_type_toolbar) {