diff options
author | Alan Coopersmith <alan dot coopersmith at sun dot com> | 2006-01-13 01:37:43 +0000 |
---|---|---|
committer | Alan Coopersmith <alan dot coopersmith at sun dot com> | 2006-01-13 01:37:43 +0000 |
commit | 78debd9ccd0892af2368777fe50f2067e7388157 (patch) | |
tree | 0cb53dcc71832411ac85e85a51b23762a14c58aa | |
parent | 5d287d60dba4ed2554f6483c747587a40a0ed135 (diff) |
XF86_VERSION_CURRENT -> XORG_VERSION_CURRENT
-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 2f13c09..7e7d357 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 1b11043..1546ce2 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, |