Fix freeze with actions on external tab.

This commit is contained in:
Tomas Janousek 2007-12-30 22:48:47 +01:00
parent 04cd2fd14c
commit 0c1380128d

View file

@ -127,11 +127,6 @@ bool FbWinFrame::setTabMode(TabMode tabmode) {
ButtonMotionMask | ExposureMask |
EnterWindowMask | LeaveWindowMask);
XGrabButton(m_tab_container.display(), Button1, AnyModifier,
m_tab_container.window(), True, ButtonPressMask,
GrabModeSync, GrabModeSync, None, None);
XUngrabButton(m_tab_container.display(), Button1, Mod1Mask|Mod2Mask|Mod3Mask, m_tab_container.window());
alignTabs();
// TODO: tab position