X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fvermiculate.c;h=afdfd19a9420ad1bf9dc9bfe60cfd2f3d8fbcb3b;hp=abfc9378b0e5af3acfa6441d2bb437597784ab60;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hpb=96a411663168b0ba5432b407a83be55f3df0c802 diff --git a/hacks/vermiculate.c b/hacks/vermiculate.c index abfc9378..afdfd19a 100644 --- a/hacks/vermiculate.c +++ b/hacks/vermiculate.c @@ -1174,7 +1174,7 @@ block in which it's invoked, since it declares variables: */ { XEvent xe; while (XCheckWindowEvent - (mydpy, mywindow, StructureNotifyMask | ExposureMask, &xe)) + (mydpy, mywindow, ExposureMask, &xe)) switch (xe.type) { case ConfigureNotify: @@ -1330,8 +1330,7 @@ main (int argc, char **argv) XStoreName (mydpy, mywindow, "vermiculate"); XMapWindow (mydpy, mywindow); commonXinit (); - XSelectInput (mydpy, mywindow, - KeyPressMask | ExposureMask | StructureNotifyMask); + XSelectInput (mydpy, mywindow, KeyPressMask | ExposureMask); #undef ya_rand_init ya_rand_init (0);