1 Remove the default root window grey stipple pattern, replacing it with
4 --- xc/programs/Xserver/dix/window.c.die-ugly-pattern-die-die-die Tue Feb 12 16:33:04 2002
5 +++ xc/programs/Xserver/dix/window.c Tue Feb 12 16:45:32 2002
10 -static unsigned char _back_lsb[4] = {0x88, 0x22, 0x44, 0x11};
11 -static unsigned char _back_msb[4] = {0x11, 0x44, 0x22, 0x88};
12 +static unsigned char _back_lsb[4] = {0x00, 0x00, 0x00, 0x00};
13 +static unsigned char _back_msb[4] = {0x00, 0x00, 0x00, 0x00};
15 int screenIsSaved = SCREEN_SAVER_OFF;