summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:08 +0000
committerMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:08 +0000
commit4b4b6cbc1bc8a68fe42b1f97c389817320b6b6fa (patch)
treeb6e8a552d9f4a697b7f63676ff400bf59104a039
parent8a9d5ba0d4903e37116d4fa2cca2edbcaf1f0078 (diff)
Encoding of numerous files changed to UTF-8XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1
-rw-r--r--src/glide_driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glide_driver.c b/src/glide_driver.c
index 230c34c..54ee380 100644
--- a/src/glide_driver.c
+++ b/src/glide_driver.c
@@ -35,7 +35,7 @@
- Minor fixes.
1999-11-22
- - Minor change in GLIDE_FIND_FUNC by Loïc Grenié, grenie@math.jussieu.fr.
+ - Minor change in GLIDE_FIND_FUNC by Loïc Grenié, grenie@math.jussieu.fr.
TODO
* Support for adjusting gamma correction.
@@ -45,7 +45,7 @@
* Support static loading.
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glide/glide_driver.c,v 1.28 2002/01/04 21:22:30 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glide/glide_driver.c,v 1.27 2001/08/07 07:04:46 keithp Exp $ */
#include "xaa.h"
#include "xf86Cursor.h"
@@ -232,7 +232,7 @@ static XF86ModuleVersionInfo glideVersRec =
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
GLIDE_MAJOR_VERSION, GLIDE_MINOR_VERSION, GLIDE_PATCHLEVEL,
ABI_CLASS_VIDEODRV, /* This is a video driver */
ABI_VIDEODRV_VERSION,