Magellan Linux

Contents of /trunk/xf86-video-ati/patches/xf86-video-ati-6.14.0-xorg110-build-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1294 - (show annotations) (download)
Tue Mar 1 23:47:25 2011 UTC (13 years, 2 months ago) by niro
File size: 533 byte(s)
added build fix
1 diff -Naur xf86-video-ati-6.14.0/src/radeon_output.c xf86-video-ati-6.14.0-magellan/src/radeon_output.c
2 --- xf86-video-ati-6.14.0/src/radeon_output.c 2011-02-02 01:01:22.000000000 +0100
3 +++ xf86-video-ati-6.14.0-magellan/src/radeon_output.c 2011-03-02 01:01:44.000000000 +0100
4 @@ -1618,7 +1618,7 @@
5 xf86CrtcPtr crtc = output->crtc;
6
7 if (crtc->enabled) {
8 -#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,9,99,901,0)
9 +#ifdef RANDR_14_INTERFACE
10 xf86CrtcSetRec crtc_set_rec;
11
12 crtc_set_rec.flags = (XF86CrtcSetMode |