Files
xserver/hw
Enrico Weigelt, metux IT consult 8c185f1379 xfree86: xf86Module.h: macro for declaring video driver module version
Reduce the effort of declaring/filling an video driver's module version
struct to short statement like this:

    XF86_MODULE_VERSION_VIDEO("ati",
                              PACKAGE_VERSION_MAJOR,
                              PACKAGE_VERSION_MINOR,
                              PACKAGE_VERSION_PATCHLEVEL);

This will create a properly filled XF86ModuleVersionInfo structure
named `modInfo`.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2026-01-07 20:26:17 +01:00
..
2025-07-04 17:10:02 +02:00
2025-12-19 12:37:12 +01:00
2025-12-19 12:37:12 +01:00
2025-06-17 12:51:36 +02:00