X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fhyperball.c;h=584d939518a01e82034020ff1d2fbd50a99b9aed;hp=34c2a2a5ded60fceb3fadf1a55e2c9d6e7cc920b;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hpb=96a411663168b0ba5432b407a83be55f3df0c802 diff --git a/hacks/hyperball.c b/hacks/hyperball.c index 34c2a2a5..584d9395 100644 --- a/hacks/hyperball.c +++ b/hacks/hyperball.c @@ -228,8 +228,7 @@ init (struct hyper_state *hs) root = get_boolean_resource("root", "Boolean"); XGetWindowAttributes (dpy, win, &wa); XSelectInput(dpy, win, root ? ExposureMask : - wa.your_event_mask | ExposureMask | - ButtonPressMask | StructureNotifyMask); + wa.your_event_mask | ExposureMask | ButtonPressMask); width = wa.width; height = wa.height;