X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fhypercube.c;h=56c17293d4e4ba93e52b835c12fb81cae39cd35c;hp=e1410742bfa10a27e79b3beda9dc0d7bde82024d;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hpb=96a411663168b0ba5432b407a83be55f3df0c802 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;