xf86-video-intel: src/common.h

Matthias Hopf mhopf at kemper.freedesktop.org
Tue Oct 12 03:31:21 PDT 2010


 src/common.h |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit d2bc2212f8be746e697a65555d6d83bc66d9ce43
Author: Stefan Dirsch <sndirsch at suse.de>
Date:   Fri Oct 8 17:48:38 2010 +0200

    Make driver compile for 1.6 Xserver series again. Part deux.
    
    Signed-off-by: Matthias Hopf <mhopf at suse.de>
    Acked-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/common.h b/src/common.h
index 6f23cdd..800e17f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -172,6 +172,11 @@ static inline void memcpy_volatile(volatile void *dst, const void *src,
 
 #define PIPE_NAME(n)			('A' + (n))
 
+/* remain compatible to xorg-server 1.6 */
+#ifndef MONITOR_EDID_COMPLETE_RAWDATA
+#define MONITOR_EDID_COMPLETE_RAWDATA EDID_COMPLETE_RAWDATA
+#endif
+
 struct pci_device *
 intel_host_bridge (void);
 


More information about the xorg-commit mailing list