X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fhypercube.c;h=56c17293d4e4ba93e52b835c12fb81cae39cd35c;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=e1410742bfa10a27e79b3beda9dc0d7bde82024d;hpb=14627f4038ada5d11456f3770090f3c39740d70f;p=xscreensaver diff --git a/hacks/hypercube.c b/hacks/hypercube.c index e1410742..56c17293 100644 --- a/hacks/hypercube.c +++ b/hacks/hypercube.c @@ -174,8 +174,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;