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
4d18c530
Commit
4d18c530
authored
Jun 25, 2005
by
Adam Jackson
Browse files
Bug #3626: _X_EXPORT tags for video and input drivers.
parent
82ab7895
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fbdev.c
View file @
4d18c530
...
...
@@ -83,7 +83,7 @@ static int pix24bpp = 0;
#define FBDEV_MAJOR_VERSION 0
#define FBDEV_MINOR_VERSION 1
DriverRec
FBDEV
=
{
_X_EXPORT
DriverRec
FBDEV
=
{
VERSION
,
FBDEV_DRIVER_NAME
,
#if 0
...
...
@@ -202,7 +202,7 @@ static XF86ModuleVersionInfo FBDevVersRec =
{
0
,
0
,
0
,
0
}
};
XF86ModuleData
fbdevModuleData
=
{
&
FBDevVersRec
,
FBDevSetup
,
NULL
};
_X_EXPORT
XF86ModuleData
fbdevModuleData
=
{
&
FBDevVersRec
,
FBDevSetup
,
NULL
};
pointer
FBDevSetup
(
pointer
module
,
pointer
opts
,
int
*
errmaj
,
int
*
errmin
)
...
...
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