diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/theatre200_module.c | 2 | ||||
-rw-r--r-- | src/theatre_detect_module.c | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2006-01-12 Alan Coopersmith <alan.coopersmith@sun.com> + * src/theatre200_module.c (theatre200VersRec): + * src/theatre_detect_module.c (theatre_detectVersRec): + XF86_VERSION_CURRENT -> XORG_VERSION_CURRENT + +2006-01-12 Alan Coopersmith <alan.coopersmith@sun.com> + * src/radeon_driver.c (RADEONPreInitModes): When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing it so we don't crash when trying to use it later diff --git a/src/theatre200_module.c b/src/theatre200_module.c index 2f13c094..7e7d3571 100644 --- a/src/theatre200_module.c +++ b/src/theatre200_module.c @@ -13,7 +13,7 @@ static XF86ModuleVersionInfo theatre200VersRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, 1, 0, 0, ABI_CLASS_VIDEODRV, /* This needs the video driver ABI */ ABI_VIDEODRV_VERSION, diff --git a/src/theatre_detect_module.c b/src/theatre_detect_module.c index 1b110432..1546ce21 100644 --- a/src/theatre_detect_module.c +++ b/src/theatre_detect_module.c @@ -17,7 +17,7 @@ static XF86ModuleVersionInfo theatre_detectVersRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, 1, 0, 0, ABI_CLASS_VIDEODRV, /* This needs the video driver ABI */ ABI_VIDEODRV_VERSION, |