diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbWinFrame.cc | 5 |
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 |