From d983ccb3c58fd2e498bcf27b8c23d368d17e4513 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Tue, 15 Mar 2005 21:48:14 +0000 Subject: Tue Mar 15 16:44:09 2005 Michael Jennings (mej) Reverted part of a patch from Chris Schoeneman (changelog entry "Fri Jun 25 17:48:24 2004") which broke dead keys and compose-key sequences. Fixed autoSHIT for dist/distcheck/distclean/maintainer-clean and newer autoSHIT versions. Fixed error in saving of cut_chars attribute. Fixed saving/handling of beep_command attribute. ---------------------------------------------------------------------- SVN revision: 13745 --- src/windows.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/windows.c') 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 */ -- cgit v1.2.1