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
018083ae
Commit
018083ae
authored
Jul 11, 2005
by
Adam Jackson
🎧
Browse files
Prep for modular builds by adding guarded #include "config.h" everywhere.
parent
a27599b6
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/cyrix_accel.c
View file @
018083ae
...
...
@@ -26,7 +26,11 @@
* Dirk H. Hohndel (hohndel@suse.de),
* Portions: the GGI project & confidential CYRIX databooks.
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c,v 1.5 2002/11/06 11:38:59 alanh Exp $ */
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c,v 1.3 2000/04/19 16:57:43 eich Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "vgaHW.h"
#include "xf86.h"
...
...
src/cyrix_bank.c
View file @
018083ae
...
...
@@ -26,7 +26,11 @@
* Dirk H. Hohndel (hohndel@suse.de),
* Portions: the GGI project & confidential CYRIX databooks.
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_bank.c,v 1.3 2002/11/06 11:38:59 alanh Exp $ */
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_bank.c,v 1.1 2000/02/13 00:56:10 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define PSZ 8
...
...
src/cyrix_driver.c
View file @
018083ae
...
...
@@ -52,6 +52,10 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_driver.c,v 1.30tsi Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "fb.h"
#include "mibank.h"
#include "micmap.h"
...
...
src/cyrix_helper.c
View file @
018083ae
...
...
@@ -41,10 +41,15 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_helper.c,v 1.4 2002/11/06 11:38:59 alanh Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "cyrix.h"
#include "vgaHW.h"
#include "xf86_ansic.h"
#include "compiler.h"
#include "xf86.h"
#define CYRIXmarkLinesDirty { \
int k = 0; \
...
...
@@ -58,7 +63,7 @@ static void CYRIXresetVGA(ScrnInfoPtr pScrn, unsigned long vgaIOBase);
void
Cyrix1bppColorMap
(
ScrnInfoPtr
pScrn
)
{
/* use dedicated color map routines on new chipsets in 8bpp */
ErrorF
(
"%s:
Cyrix 1BPP is only a stub for now.
\n
"
,
X_PROBED
);
xf86DrvMsg
(
pScrn
->
scrnIndex
,
X_PROBED
,
"
Cyrix 1BPP is only a stub for now.
\n
"
);
return
;
}
...
...
src/cyrix_shadow.c
View file @
018083ae
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/
cyrix/cyrix
_shadow.c,v 1.1
2002/11/06 11:38:59 alanh
Exp $ */
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/
mga/mga
_shadow.c,v 1.1
1999/08/14 10:49:48 dawes
Exp $ */
/*
Copyright (c) 1999, The XFree86 Project Inc.
Written by Mark Vojkovich <markv@valinux.com>
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Resources.h"
...
...
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