mirror of
https://github.com/X11Libre/xf86-video-dummy.git
synced 2026-03-24 01:24:47 +00:00
VERSION -> DUMMY_VERSION
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user