Magellan Linux

Annotation of /trunk/xorg-server/patches/xorg-server-1.12.3-die-ugly-pattern-die-die-die.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1880 - (hide annotations) (download)
Tue Aug 21 12:51:10 2012 UTC (11 years, 9 months ago) by niro
File size: 684 byte(s)
-rediffed for xorg-server-1.12.3
1 niro 1880 diff -Naur xorg-server-1.12.3/dix/window.c xorg-server-1.12.3-magellan/dix/window.c
2     --- xorg-server-1.12.3/dix/window.c 2012-07-09 02:32:59.000000000 +0200
3     +++ xorg-server-1.12.3-magellan/dix/window.c 2012-08-21 16:42:37.531981144 +0200
4     @@ -145,8 +145,8 @@
5    
6     Bool bgNoneRoot = FALSE;
7    
8     -static unsigned char _back_lsb[4] = { 0x88, 0x22, 0x44, 0x11 };
9     -static unsigned char _back_msb[4] = { 0x11, 0x44, 0x22, 0x88 };
10     +static unsigned char _back_lsb[4] = { 0x00, 0x00, 0x00, 0x00 };
11     +static unsigned char _back_msb[4] = { 0x00, 0x00, 0x00, 0x00 };
12    
13     static Bool WindowParentHasDeviceCursor(WindowPtr pWin,
14     DeviceIntPtr pDev, CursorPtr pCurs);