2009-08-28 20:30:20 +02:00
|
|
|
Index: xorg-server-1.6.3.901/hw/xfree86/dri/dri.c
|
2009-08-04 21:52:16 +02:00
|
|
|
===================================================================
|
2009-08-28 20:30:20 +02:00
|
|
|
--- xorg-server-1.6.3.901.orig/hw/xfree86/dri/dri.c
|
|
|
|
+++ xorg-server-1.6.3.901/hw/xfree86/dri/dri.c
|
2009-08-04 21:52:16 +02:00
|
|
|
@@ -75,7 +75,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
2009-06-03 00:58:26 +02:00
|
|
|
#define PCI_BUS_NO_DOMAIN(bus) ((bus) & 0xffu)
|
|
|
|
|
|
|
|
#if !defined(PANORAMIX)
|
|
|
|
-extern Bool noPanoramiXExtension;
|
|
|
|
+Bool noPanoramiXExtension = TRUE;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
static int DRIEntPrivIndex = -1;
|