From d4780d76bea980f9ccd14d35af0edb19ba8be65c Mon Sep 17 00:00:00 2001 From: sabetts Date: Mon, 30 Oct 2000 21:44:55 +0000 Subject: removed PointerMotionMask from the events ratpoison polls windows for --- src/manage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/manage.c') diff --git a/src/manage.c b/src/manage.c index a4b6eeb..7f6017a 100644 --- a/src/manage.c +++ b/src/manage.c @@ -126,7 +126,7 @@ manage (rp_window *win, screen_info *s) PADDING_TOP, s->root_attr.width - PADDING_LEFT - PADDING_RIGHT, s->root_attr.height - PADDING_TOP - PADDING_BOTTOM); - XSelectInput (dpy, win->w, PropertyChangeMask | PointerMotionMask); + XSelectInput (dpy, win->w, PropertyChangeMask); XAddToSaveSet(dpy, win->w); grab_prefix_key (win->w); -- cgit v1.2.3