Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
driver
xf86-video-cyrix
Commits
a27599b6
Commit
a27599b6
authored
Jun 25, 2005
by
Adam Jackson
🎧
Browse files
Bug #3626: _X_EXPORT tags for video and input drivers.
parent
c63d55be
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cyrix_driver.c
View file @
a27599b6
...
...
@@ -136,7 +136,7 @@ enum GenericTypes {
* an upper-case version of the driver name.
*/
DriverRec
CYRIX
=
{
_X_EXPORT
DriverRec
CYRIX
=
{
VERSION
,
CYRIX_DRIVER_NAME
,
CYRIXIdentify
,
...
...
@@ -243,7 +243,7 @@ static XF86ModuleVersionInfo cyrixVersRec =
{
0
,
0
,
0
,
0
}
};
XF86ModuleData
cyrixModuleData
=
{
&
cyrixVersRec
,
cyrixSetup
,
NULL
};
_X_EXPORT
XF86ModuleData
cyrixModuleData
=
{
&
cyrixVersRec
,
cyrixSetup
,
NULL
};
pointer
cyrixSetup
(
pointer
module
,
pointer
opts
,
int
*
errmaj
,
int
*
errmin
)
...
...
Write
Preview
Supports
Markdown
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