Fixed some indentation
This commit is contained in:
parent
57d7ce2538
commit
b56f6242d0
1 changed files with 13 additions and 12 deletions
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Tab.cc,v 1.16 2002/01/20 02:15:23 fluxgen Exp $
|
||||
// $Id: Tab.cc,v 1.17 2002/01/26 11:16:25 fluxgen Exp $
|
||||
|
||||
#include "Tab.hh"
|
||||
|
||||
|
@ -110,6 +110,7 @@ void Tab::createTabWindow() {
|
|||
m_win->getScreen()->getWindowStyle()->tab.border_width,
|
||||
m_win->getScreen()->getDepth(), InputOutput,
|
||||
m_win->getScreen()->getVisual(), attrib_mask, &attrib);
|
||||
|
||||
//set grab
|
||||
XGrabButton(m_display, Button1, Mod1Mask, m_tabwin, True,
|
||||
ButtonReleaseMask | ButtonMotionMask, GrabModeAsync,
|
||||
|
|
Loading…
Reference in a new issue