summaryrefslogtreecommitdiffstats
path: root/deps/xorg-server/patches/x11.startwithblackscreen.diff
blob: 8c0e3b546bed713b5b33d3aeb4ab5ce1e459ca25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Nur xorg-server-1.12.1.orig/dix/window.c xorg-server-1.12.1/dix/window.c
--- xorg-server-1.12.1.orig/dix/window.c	2012-03-29 21:57:25.000000000 -0500
+++ xorg-server-1.12.1/dix/window.c	2012-04-13 22:01:24.456073603 -0500
@@ -145,8 +145,8 @@
 
 Bool bgNoneRoot = FALSE;
 
-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 };
 
 static Bool WindowParentHasDeviceCursor(WindowPtr pWin,
                                         DeviceIntPtr pDev, CursorPtr pCurs);