mirror of
https://github.com/X11Libre/xf86-video-cirrus.git
synced 2026-03-24 01:24:45 +00:00
VERSION -> CIR_VERSION
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
* src/lg_xaa.c:
|
||||
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
|
||||
|
||||
* src/cir_driver.c:
|
||||
VERSION -> CIR_VERSION
|
||||
|
||||
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -303,7 +303,7 @@ CIRProbe(DriverPtr drv, int flags)
|
||||
if (pScrn) {
|
||||
foundScreen = TRUE;
|
||||
/* Fill in what we can of the ScrnInfoRec */
|
||||
pScrn->driverVersion = VERSION;
|
||||
pScrn->driverVersion = CIR_VERSION;
|
||||
pScrn->driverName = CIR_DRIVER_NAME;
|
||||
pScrn->name = CIR_NAME;
|
||||
pScrn->Probe = NULL;
|
||||
|
||||
Reference in New Issue
Block a user