Skip to content

Conversation

@metux
Copy link
Contributor

@metux metux commented Jan 7, 2026

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

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>
@metux metux self-assigned this Jan 7, 2026
@metux metux requested a review from a team January 7, 2026 19:07
@metux metux merged commit 8c185f1 into release/25.0 Jan 7, 2026
@metux metux deleted the pr/25.0/xfree86-xf86module-h-macro-for-declaring-video-driver-module-version-_2026-01-07_20-06-18 branch January 7, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants