VERSION -> DUMMY_VERSION
This commit is contained in:
parent
7432eaf48b
commit
22e38bed8c
@ -7,6 +7,9 @@
|
||||
* src/dummy_driver.c:
|
||||
Unlibcwrap. Bump server version requirement. Bump to 0.2.0.
|
||||
|
||||
* src/dummy_driver.c:
|
||||
VERSION -> DUMMY_VERSION
|
||||
|
||||
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* configure.ac:
|
||||
|
@ -281,7 +281,7 @@ DUMMYProbe(DriverPtr drv, int flags)
|
||||
/* Allocate a ScrnInfoRec and claim the slot */
|
||||
if ((pScrn = xf86AllocateScreen(drv,0 ))) {
|
||||
xf86AddEntityToScreen(pScrn,entityIndex);
|
||||
pScrn->driverVersion = VERSION;
|
||||
pScrn->driverVersion = DUMMY_VERSION;
|
||||
pScrn->driverName = DUMMY_DRIVER_NAME;
|
||||
pScrn->name = DUMMY_NAME;
|
||||
pScrn->Probe = DUMMYProbe;
|
||||
|
Loading…
Reference in New Issue
Block a user