summaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-02-19 16:04:59 (GMT)
committermarkt <markt>2007-02-19 16:04:59 (GMT)
commitbd3d8d5c8da9a1db58108c3b26257d7bb3d3139c (patch)
tree54996d4506355e71fc5b4d69fcfe8bb44ddc156a /src/Ewmh.cc
parentca710b371b500d29c6849e568c43f746a787bc5f (diff)
downloadfluxbox_lack-bd3d8d5c8da9a1db58108c3b26257d7bb3d3139c.zip
fluxbox_lack-bd3d8d5c8da9a1db58108c3b26257d7bb3d3139c.tar.bz2
fixed some strange behavior with tabbing a transient to its main window
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index 646fa0e..ce5f1a3 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -328,6 +328,8 @@ void Ewmh::setupFrame(FluxboxWindow &win) {
328 changeProperty(m_net_wm_window_type, 328 changeProperty(m_net_wm_window_type,
329 XA_ATOM, 32, PropModeReplace, 329 XA_ATOM, 32, PropModeReplace,
330 (unsigned char*)&m_net_wm_window_type_dialog, 1); 330 (unsigned char*)&m_net_wm_window_type_dialog, 1);
331 // and then we should treat it like a dialog
332 win.setTabable(false);
331 } 333 }
332 } 334 }
333 335