--- xlogin.c 2001/05/06 15:52:52 1.16 +++ xlogin.c 2001/05/23 04:44:30 @@ -578,6 +578,12 @@ root, NULL, 0); XtAddEventHandler(savershell[i], MASK, FALSE, unsave, (XtPointer)TRUE); + + /* Clear the moires on all other screens as well. */ + XSetWindowBackground(dpy1, DefaultRootWindow(dpy1), + BlackPixel(dpy1, + DefaultScreen(dpy1))); + XClearWindow(dpy1, DefaultRootWindow(dpy1)); } } }