diff options
author | sabetts <sabetts> | 2000-10-30 21:44:55 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-10-30 21:44:55 +0000 |
commit | d4780d76bea980f9ccd14d35af0edb19ba8be65c (patch) | |
tree | 53e5e8e4318cf441166c616681b87db040725477 /src | |
parent | 829be00d69387bd9114db64d3bab5f235fdc1bc4 (diff) | |
download | ratpoison-d4780d76bea980f9ccd14d35af0edb19ba8be65c.zip |
removed PointerMotionMask from the events ratpoison polls windows for
Diffstat (limited to 'src')
-rw-r--r-- | src/manage.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |