X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fepicycle.c;h=01e88d381e3342e594bd077886483d938ec1dca3;hp=65a468162ef9fe5dcbfb7974600652edbd337e31;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hpb=96a411663168b0ba5432b407a83be55f3df0c802 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); } }