]> git.pld-linux.org Git - packages/xorg-xserver-server.git/blob - xorg-xserver-server-gamma.patch
- workaround for breakage caused by http://cgit.freedesktop.org/xorg/xserver/commit...
[packages/xorg-xserver-server.git] / xorg-xserver-server-gamma.patch
1 --- xorg-server-1.8.2/hw/xfree86/common/xf86cmap.c~     2010-07-01 06:06:35.000000000 +0200
2 +++ xorg-server-1.8.2/hw/xfree86/common/xf86cmap.c      2010-07-17 11:09:43.640632480 +0200
3 @@ -144,9 +144,11 @@
4      int *indices; 
5      int elements;
6  
7 +#if 0
8      /* If we support a better colormap system, then pretend we succeeded. */
9      if (xf86_crtc_supports_gamma(pScrn))
10         return TRUE;
11 +#endif
12  
13      if(!maxColors || !sigRGBbits || !loadPalette)
14         return FALSE;
This page took 0.023235 seconds and 3 git commands to generate.