X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fvermiculate.c;h=afdfd19a9420ad1bf9dc9bfe60cfd2f3d8fbcb3b;hb=bc7b7a8eb122206d239ec0e693676bcce31be1aa;hp=abfc9378b0e5af3acfa6441d2bb437597784ab60;hpb=8eb2873d7054e705c4e83f22d18c40946a9e2529;p=xscreensaver 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);