summaryrefslogtreecommitdiff
path: root/src/i830_display.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@mandolin.keithp.com>2006-12-05 19:48:39 -0800
committerKeith Packard <keithp@mandolin.keithp.com>2006-12-05 19:48:39 -0800
commitffd8aacbe7c72b696ff7257609e3c1d45c057609 (patch)
treeeeb8d8d240a37101c44e5e243c4340e6cf1082c8 /src/i830_display.h
parenta73649611414cb92697575efa90addfc3cf91cf9 (diff)
new server APIs are not in server-1.2 (version 7.1.99.2)
Diffstat (limited to 'src/i830_display.h')
-rw-r--r--src/i830_display.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_display.h b/src/i830_display.h
index c80c3f72..d140e093 100644
--- a/src/i830_display.h
+++ b/src/i830_display.h
@@ -44,11 +44,11 @@ Bool i830PipeInUse(xf86CrtcPtr crtc);
/** @{
*/
-#if XORG_VERSION_CURRENT <= XORG_VERSION_NUMERIC(7,1,99,2,0)
+#if XORG_VERSION_CURRENT <= XORG_VERSION_NUMERIC(7,2,99,2,0)
DisplayModePtr i830_xf86DDCGetModes(int scrnIndex, xf86MonPtr DDC);
DisplayModePtr i830_xf86CVTMode(int HDisplay, int VDisplay, float VRefresh,
Bool Reduced, Bool Interlaced);
#define xf86DDCGetModes i830_xf86DDCGetModes
#define xf86CVTMode i830_xf86CVTMode
-#endif /* XORG_VERSION_CURRENT <= XORG_VERSION_NUMERIC(7,1,99,2) */
+#endif /* XORG_VERSION_CURRENT <= XORG_VERSION_NUMERIC(7,2,99,2) */
/** @} */