diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-06-25 21:16:53 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-06-25 21:16:53 +0000 |
commit | 1beca962ecee5b5c51eb2fb8451fcc2a2ed4b97c (patch) | |
tree | e3146c98261c099c23141c7905785480bbc15526 /src/r128_misc.c | |
parent | 9a4895c4c2fd9614d83adfe3967f4f46dc4dfff6 (diff) |
Bug #3626: _X_EXPORT tags for video and input drivers.
Diffstat (limited to 'src/r128_misc.c')
-rw-r--r-- | src/r128_misc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/r128_misc.c b/src/r128_misc.c index 8841f34b..c66d8235 100644 --- a/src/r128_misc.c +++ b/src/r128_misc.c @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_misc.c,v 1.5 2003/01/01 19:16:35 tsi Exp $ */ /* - * Copyright 2000 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -38,7 +38,7 @@ static XF86ModuleVersionInfo R128VersionRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, R128_VERSION_MAJOR, R128_VERSION_MINOR, R128_VERSION_PATCH, ABI_CLASS_VIDEODRV, ABI_VIDEODRV_VERSION, @@ -77,7 +77,7 @@ R128Setup } /* The following record must be called r128ModuleData */ -XF86ModuleData r128ModuleData = +_X_EXPORT XF86ModuleData r128ModuleData = { &R128VersionRec, R128Setup, |