diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-01-13 01:37:43 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-01-13 01:37:43 +0000 |
commit | e490f4b86e6bba70f7c884fca3cf41d159323689 (patch) | |
tree | 2abc7c55a28c0cdb46e741ac87fbf38653053d6d /src/theatre_detect_module.c | |
parent | ac296d9137b02753bc79a9930d168855adea9c95 (diff) |
XF86_VERSION_CURRENT -> XORG_VERSION_CURRENT
Diffstat (limited to 'src/theatre_detect_module.c')
-rw-r--r-- | src/theatre_detect_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |