open-src/xserver/xorg/6559710.patch
changeset 606 068c11b419c9
parent 605 e5259db5befc
child 607 261c0d718d67
--- a/open-src/xserver/xorg/6559710.patch	Sat Jan 10 10:35:32 2009 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
---- hw/xfree86/common/xf86RandR.c	Tue Jan 23 13:39:16 2007
-+++ hw/xfree86/common/xf86Randr.c	Fri Jun  1 12:29:46 2007
-@@ -416,6 +416,12 @@
- 	xfree (randrp);
- 	return FALSE;
-     }
-+    
-+    if (rrPrivIndex == xf86RandRIndex)
-+    {
-+	xf86RandRIndex = AllocateScreenPrivateIndex();
-+    }
-+
-     rp = rrGetScrPriv(pScreen);
-     rp->rrGetInfo = xf86RandRGetInfo;
-     rp->rrSetConfig = xf86RandRSetConfig;