ftp://ftp.jp.xemacs.org/pub/NetBSD/packages/distfiles/xscreensaver-4.15.tar.gz
[xscreensaver] / hacks / hyperball.c
index 34c2a2a5ded60fceb3fadf1a55e2c9d6e7cc920b..584d939518a01e82034020ff1d2fbd50a99b9aed 100644 (file)
@@ -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;