Magellan Linux

Contents of /trunk/xorg-server/patches/xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 238 - (show annotations) (download)
Sun Jul 1 02:19:11 2007 UTC (16 years, 10 months ago) by niro
File size: 563 byte(s)
-patches for xorg-server-1.2.0-r4

1 Remove the default root window grey stipple pattern, replacing it with
2 blackness.
3
4 --- xorg-server-1.0.1/dix/window.c.die-ugly-pattern-die-die-die Tue Feb 12 16:33:04 2002
5 +++ xorg-server-1.0.1/dix/window.c Tue Feb 12 16:45:32 2002
6 @@ -119,8 +119,8 @@
7 *
8 ******/
9
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};
14
15 int screenIsSaved = SCREEN_SAVER_OFF;
16