summaryrefslogtreecommitdiff
path: root/x11-base/xorg-server/files/xorg-server-die-ugly-background.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-base/xorg-server/files/xorg-server-die-ugly-background.patch')
-rw-r--r--x11-base/xorg-server/files/xorg-server-die-ugly-background.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-base/xorg-server/files/xorg-server-die-ugly-background.patch b/x11-base/xorg-server/files/xorg-server-die-ugly-background.patch
deleted file mode 100644
index db1e2dc4..00000000
--- a/x11-base/xorg-server/files/xorg-server-die-ugly-background.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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;
-