summaryrefslogtreecommitdiff
path: root/x11-base/xorg-server/files/xorg-server-die-ugly-background.patch
blob: db1e2dc4a5dcd39077c027c6af1be4eb4f259ada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Remove the default root window grey stipple pattern, replacing it with
blackness.

--- dix/window.c.orig
+++ dix/window.c
@@ -119,8 +119,8 @@
  *
  ******/
 
-static unsigned char _back_lsb[4] = {0x88, 0x22, 0x44, 0x11};
-static unsigned char _back_msb[4] = {0x11, 0x44, 0x22, 0x88};
+static unsigned char _back_lsb[4] = {0x00, 0x00, 0x00, 0x00};
+static unsigned char _back_msb[4] = {0x00, 0x00, 0x00, 0x00};
 
 int screenIsSaved = SCREEN_SAVER_OFF;