summaryrefslogtreecommitdiff
path: root/src/windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows.c')
-rw-r--r--src/windows.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/windows.c b/src/windows.c
index 927bc90..65af83a 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -473,9 +473,7 @@ Create_Windows(int argc, char *argv[])
XClearWindow(Xdisplay, TermWin.vt);
}
XDefineCursor(Xdisplay, TermWin.vt, TermWin_cursor);
- TermWin.mask = (KeyPressMask | EnterWindowMask | LeaveWindowMask | ExposureMask
- | ButtonPressMask | ButtonReleaseMask | Button1MotionMask
- | Button2MotionMask | Button3MotionMask);
+ TermWin.mask = (EnterWindowMask | LeaveWindowMask | ExposureMask | ButtonPressMask | ButtonReleaseMask | Button1MotionMask | Button2MotionMask | Button3MotionMask);
XSelectInput(Xdisplay, TermWin.vt, TermWin.mask);
/* If the user wants a specific desktop, tell the WM that */