The following trivial patch fixes the problem with XV-2.21 (when used to display a root picture and quit) crashing the OpenWindows X server. --jhb, 7/25/92 *** xv.c.old Sat Jul 25 04:04:36 1992 --- xv.c Sat Jul 25 04:04:52 1992 *************** *** 924,930 **** rwcolor = 0; } ! XSelectInput(theDisp, rootW, ColormapChangeMask); /* Do The Thing... */ MainLoop(); --- 924,930 ---- rwcolor = 0; } ! /* XSelectInput(theDisp, rootW, ColormapChangeMask); */ /* Do The Thing... */ MainLoop();