de140e0677
Copy from X11:XOrg/xorg-x11-server based on submit request 19080 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/19080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=138
14 lines
465 B
Diff
14 lines
465 B
Diff
Index: xorg-server-1.6.3.901/hw/xfree86/dri/dri.c
|
|
===================================================================
|
|
--- xorg-server-1.6.3.901.orig/hw/xfree86/dri/dri.c
|
|
+++ xorg-server-1.6.3.901/hw/xfree86/dri/dri.c
|
|
@@ -75,7 +75,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
#define PCI_BUS_NO_DOMAIN(bus) ((bus) & 0xffu)
|
|
|
|
#if !defined(PANORAMIX)
|
|
-extern Bool noPanoramiXExtension;
|
|
+Bool noPanoramiXExtension = TRUE;
|
|
#endif
|
|
|
|
static int DRIEntPrivIndex = -1;
|