debrix/hw/xorg/vbe vbe.c, 1.2, 1.3 vbe.h, 1.2, 1.3 vbeModes.c, 1.2,
1.3 vbeModes.h, 1.2, 1.3 vbe_module.c, 1.2, 1.3
Daniel Stone
xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:41:30 EST 2004
- Previous message: debrix/hw/xorg/shadowfb sfbmodule.c, 1.2, 1.3 shadow.c, 1.2,
1.3 shadowfb.h, 1.2, 1.3
- Next message: debrix/hw/xorg/vgahw vgaCmap.c, 1.2, 1.3 vgaHW.c, 1.1.1.3,
1.2 vgaHW.h, 1.1.1.1, 1.2 vgaHWmodule.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/debrix/hw/xorg/vbe
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/vbe
Modified Files:
vbe.c vbe.h vbeModes.c vbeModes.h vbe_module.c
Log Message:
Initial import from modular sources.
Index: vbe.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/vbe/vbe.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vbe.c 23 Apr 2004 19:54:16 -0000 1.2
+++ vbe.c 10 Jun 2004 19:41:27 -0000 1.3
@@ -10,12 +10,15 @@
* Authors: Paulo César Pereira de Andrade <pcpa at conectiva.com.br>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_ansic.h"
#include "vbe.h"
-#include "Xarch.h"
+#include <X11/Xarch.h>
#define DPMS_SERVER
-#include "extensions/dpms.h"
+#include <X11/extensions/dpms.h>
#define VERSION(x) VBE_VERSION_MAJOR(x),VBE_VERSION_MINOR(x)
Index: vbe.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/vbe/vbe.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vbe.h 23 Apr 2004 19:54:16 -0000 1.2
+++ vbe.h 10 Jun 2004 19:41:27 -0000 1.3
@@ -10,6 +10,9 @@
* Authors: Paulo César Pereira de Andrade <pcpa at conectiva.com.br>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef _VBE_H
#define _VBE_H
#include "xf86int10.h"
Index: vbeModes.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/vbe/vbeModes.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vbeModes.c 23 Apr 2004 19:54:16 -0000 1.2
+++ vbeModes.c 10 Jun 2004 19:41:27 -0000 1.3
@@ -1,3 +1,6 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#define DEBUG_VERB 2
/*
* Copyright © 2002 David Dawes
Index: vbeModes.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/vbe/vbeModes.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vbeModes.h 23 Apr 2004 19:54:16 -0000 1.2
+++ vbeModes.h 10 Jun 2004 19:41:27 -0000 1.3
@@ -29,6 +29,9 @@
* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/vbe/vbeModes.h,v 1.1 2002/08/06 13:46:28 dawes Exp $
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef _VBE_MODES_H
/*
Index: vbe_module.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/vbe/vbe_module.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vbe_module.c 23 Apr 2004 19:54:16 -0000 1.2
+++ vbe_module.c 10 Jun 2004 19:41:27 -0000 1.3
@@ -1,5 +1,8 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/vbe/vbe_module.c,v 1.4 2002/09/16 18:06:15 eich Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86str.h"
#include "vbe.h"
- Previous message: debrix/hw/xorg/shadowfb sfbmodule.c, 1.2, 1.3 shadow.c, 1.2,
1.3 shadowfb.h, 1.2, 1.3
- Next message: debrix/hw/xorg/vgahw vgaCmap.c, 1.2, 1.3 vgaHW.c, 1.1.1.3,
1.2 vgaHW.h, 1.1.1.1, 1.2 vgaHWmodule.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list