aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
authorTomas Janousek <tomi@nomi.cz>2007-12-30 21:48:47 (GMT)
committerTomas Janousek <tomi@nomi.cz>2007-12-30 21:51:20 (GMT)
commit0c1380128d6e99b59945a64eb2167df68c5e4577 (patch)
tree272249f3495a395841ff1d103262d41049570e00 /src/FbWinFrame.cc
parent04cd2fd14c6f45f61457e034906f630ce46a76cc (diff)
downloadfluxbox-0c1380128d6e99b59945a64eb2167df68c5e4577.zip
fluxbox-0c1380128d6e99b59945a64eb2167df68c5e4577.tar.bz2
Fix freeze with actions on external tab.
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index 5b95ec4..e404add 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -127,11 +127,6 @@ bool FbWinFrame::setTabMode(TabMode tabmode) {
127 ButtonMotionMask | ExposureMask | 127 ButtonMotionMask | ExposureMask |
128 EnterWindowMask | LeaveWindowMask); 128 EnterWindowMask | LeaveWindowMask);
129 129
130 XGrabButton(m_tab_container.display(), Button1, AnyModifier,
131 m_tab_container.window(), True, ButtonPressMask,
132 GrabModeSync, GrabModeSync, None, None);
133 XUngrabButton(m_tab_container.display(), Button1, Mod1Mask|Mod2Mask|Mod3Mask, m_tab_container.window());
134
135 alignTabs(); 130 alignTabs();
136 131
137 // TODO: tab position 132 // TODO: tab position