X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fepicycle.c;h=01e88d381e3342e594bd077886483d938ec1dca3;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=65a468162ef9fe5dcbfb7974600652edbd337e31;hpb=6a1da724858673ac40aa13a9612340d8bed8c7b9;p=xscreensaver diff --git a/hacks/epicycle.c b/hacks/epicycle.c index 65a46816..01e88d38 100644 --- a/hacks/epicycle.c +++ b/hacks/epicycle.c @@ -589,8 +589,7 @@ setup(void) { XGetWindowAttributes (dpy, window, &xgwa); XSelectInput (dpy, window, - xgwa.your_event_mask | ExposureMask | - ButtonPressMask |StructureNotifyMask); + xgwa.your_event_mask | ExposureMask | ButtonPressMask); } }