Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
driver
xf86-video-cyrix
Commits
933fac69
Commit
933fac69
authored
Apr 07, 2006
by
Adam Jackson
🎧
Browse files
VERSION -> CYRIX_VERSION
parent
a878ca34
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
933fac69
...
...
@@ -9,6 +9,9 @@
* src/cyrix_shadow.c:
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
* src/cyrix_driver.c:
VERSION -> CYRIX_VERSION
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
...
...
src/cyrix_driver.c
View file @
933fac69
...
...
@@ -410,7 +410,7 @@ CYRIXProbe(DriverPtr drv, int flags)
if
((
pScrn
=
xf86ConfigPciEntity
(
pScrn
,
0
,
usedChips
[
i
],
CYRIXPCIchipsets
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
)))
{
pScrn
->
driverVersion
=
VERSION
;
pScrn
->
driverVersion
=
CYRIX_
VERSION
;
pScrn
->
driverName
=
CYRIX_DRIVER_NAME
;
pScrn
->
name
=
CYRIX_NAME
;
pScrn
->
Probe
=
CYRIXProbe
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment