Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Xf86 Video Fbturbo
Commits
5b54cbd7
Commit
5b54cbd7
authored
Dec 29, 2006
by
Michel Dänzer
Browse files
Use package version definitions from XORG_RELEASE_VERSION macros.
parent
b6fd3708
Changes
1
Show whitespace changes
Inline
Side-by-side
src/fbdev.c
View file @
5b54cbd7
...
@@ -75,8 +75,6 @@ static int pix24bpp = 0;
...
@@ -75,8 +75,6 @@ static int pix24bpp = 0;
#define FBDEV_VERSION 4000
#define FBDEV_VERSION 4000
#define FBDEV_NAME "FBDEV"
#define FBDEV_NAME "FBDEV"
#define FBDEV_DRIVER_NAME "fbdev"
#define FBDEV_DRIVER_NAME "fbdev"
#define FBDEV_MAJOR_VERSION 0
#define FBDEV_MINOR_VERSION 3
_X_EXPORT
DriverRec
FBDEV
=
{
_X_EXPORT
DriverRec
FBDEV
=
{
FBDEV_VERSION
,
FBDEV_VERSION
,
...
@@ -191,7 +189,7 @@ static XF86ModuleVersionInfo FBDevVersRec =
...
@@ -191,7 +189,7 @@ static XF86ModuleVersionInfo FBDevVersRec =
MODINFOSTRING1
,
MODINFOSTRING1
,
MODINFOSTRING2
,
MODINFOSTRING2
,
XORG_VERSION_CURRENT
,
XORG_VERSION_CURRENT
,
FBDEV_MAJOR_VERSION
,
FBDEV_MINOR_VERSION
,
0
,
PACKAGE_VERSION_MAJOR
,
PACKAGE_VERSION_MINOR
,
PACKAGE_VERSION_PATCHLEVEL
,
ABI_CLASS_VIDEODRV
,
ABI_CLASS_VIDEODRV
,
ABI_VIDEODRV_VERSION
,
ABI_VIDEODRV_VERSION
,
NULL
,
NULL
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment