15 lines
500 B
Text
15 lines
500 B
Text
$NetBSD: patch-bd,v 1.3 2007/05/25 15:50:40 bsadewitz Exp $
|
|
|
|
--- dix/window.c.orig 2007-03-17 20:29:16.000000000 -0400
|
|
+++ dix/window.c
|
|
@@ -140,8 +140,8 @@ Equipment Corporation.
|
|
*
|
|
******/
|
|
|
|
-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;
|
|
|