summaryrefslogtreecommitdiffstats
path: root/patches/source/xorg-server/patch/xorg-server/x11.startwithblackscreen.diff
blob: bfa9c305da156cea4804fdf2d61d7f7f5b2aab4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./dix/window.c.orig	2007-01-22 23:39:15.000000000 -0600
+++ ./dix/window.c	2007-02-14 03:21:03.000000000 -0600
@@ -140,8 +140,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};
 
 _X_EXPORT int screenIsSaved = SCREEN_SAVER_OFF;