CVS commit by howells: Backport r 1.10 M +1 -1 xautolock.cc 1.9.2.1 --- kdebase/kdesktop/xautolock.cc #1.9:1.9.2.1 @@ -241,5 +241,5 @@ void XAutoLock::selectEvents(Window wind XSelectInput(d, window, SubstructureNotifyMask | ((attribs.all_event_masks | attribs.do_not_propagate_mask) - & KeyPressMask) | attribs.your_event_mask); + & KeyPressMask) | attribs.your_event_mask | ButtonMotionMask | ButtonPressMask); /*