debrix/hw/xorg/ddc ddcProperty.c, 1.2, 1.3 edid.c, 1.2, 1.3 edid.h, 1.2, 1.3 interpret_edid.c, 1.2, 1.3 interpret_vdif.c, 1.2, 1.3 print_edid.c, 1.2, 1.3 print_vdif.c, 1.2, 1.3 vdif.h, 1.2, 1.3 xf86DDC.c, 1.2, 1.3 xf86DDC.h, 1.2, 1.3

Daniel Stone xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:40:15 EST 2004


Committed by: daniel

Update of /cvs/xserver/debrix/hw/xorg/ddc
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/ddc

Modified Files:
	ddcProperty.c edid.c edid.h interpret_edid.c interpret_vdif.c 
	print_edid.c print_vdif.c vdif.h xf86DDC.c xf86DDC.h 
Log Message:
Initial import from modular sources.


Index: ddcProperty.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ddc/ddcProperty.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ddcProperty.c	23 Apr 2004 19:21:03 -0000	1.2
+++ ddcProperty.c	10 Jun 2004 19:40:12 -0000	1.3
@@ -5,11 +5,14 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ddc/ddcProperty.c,v 1.9tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "misc.h"
 #include "xf86.h"
 /* #include "xf86_ansic.h" */
 /* #include "xf86_OSproc.h" */
-#include "Xatom.h"
+#include <X11/Xatom.h>
 #include "property.h"
 #include "propertyst.h"
 #include "xf86DDC.h"

Index: edid.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ddc/edid.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- edid.c	23 Apr 2004 19:21:03 -0000	1.2
+++ edid.c	10 Jun 2004 19:40:12 -0000	1.3
@@ -7,6 +7,9 @@
  * 
  * Copyright 1998 by Egbert Eich <Egbert.Eich at Physik.TU-Darmstadt.DE>
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "misc.h"
 #include "xf86.h"
 #include "xf86_ansic.h"

Index: edid.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ddc/edid.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- edid.h	23 Apr 2004 19:21:03 -0000	1.2
+++ edid.h	10 Jun 2004 19:40:12 -0000	1.3
@@ -10,6 +10,9 @@
  * Copyright 1998 by Egbert Eich <Egbert.Eich at Physik.TU-Darmstadt.DE>
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _EDID_H_
 #define _EDID_H_ 1
 

Index: interpret_edid.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ddc/interpret_edid.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- interpret_edid.c	23 Apr 2004 19:21:03 -0000	1.2
+++ interpret_edid.c	10 Jun 2004 19:40:12 -0000	1.3
@@ -4,6 +4,9 @@
  * 
  * Copyright 1998 by Egbert Eich <Egbert.Eich at Physik.TU-Darmstadt.DE>
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "misc.h"
 #include "xf86.h"
 #include "xf86_ansic.h"

Index: interpret_vdif.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ddc/interpret_vdif.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- interpret_vdif.c	23 Apr 2004 19:21:03 -0000	1.2
+++ interpret_vdif.c	10 Jun 2004 19:40:12 -0000	1.3
@@ -1,6 +1,9 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ddc/interpret_vdif.c,v 1.5 1999/12/03 19:17:26 eich Exp $ */
 
-#include "Xarch.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include <X11/Xarch.h>
 #include "xf86DDC.h"
 #include "vdif.h"
 

Index: print_edid.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ddc/print_edid.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- print_edid.c	23 Apr 2004 19:21:03 -0000	1.2
+++ print_edid.c	10 Jun 2004 19:40:12 -0000	1.3
@@ -4,6 +4,9 @@
  * 
  * Copyright 1998 by Egbert Eich <Egbert.Eich at Physik.TU-Darmstadt.DE>
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "misc.h"
 #include "xf86.h"
 #include "xf86_ansic.h"

Index: print_vdif.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ddc/print_vdif.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- print_vdif.c	23 Apr 2004 19:21:03 -0000	1.2
+++ print_vdif.c	10 Jun 2004 19:40:12 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ddc/print_vdif.c,v 1.4tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "vdif.h"
 #include "misc.h"
 #include "xf86DDC.h"

Index: vdif.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ddc/vdif.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vdif.h	23 Apr 2004 19:21:03 -0000	1.2
+++ vdif.h	10 Jun 2004 19:40:12 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ddc/vdif.h,v 1.4tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _VDIF_H
 #define _VDIF_H
 
@@ -22,7 +25,7 @@
 #define VDIF_POLARITY_NEGATIVE 0
 #define VDIF_POLARITY_POSITIVE 1
 
-#include "Xmd.h"
+#include <X11/Xmd.h>
 
 #undef  CARD32
 #define CARD32 unsigned int	/* ... on all supported platforms */

Index: xf86DDC.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ddc/xf86DDC.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86DDC.c	23 Apr 2004 19:21:03 -0000	1.2
+++ xf86DDC.c	10 Jun 2004 19:40:12 -0000	1.3
@@ -4,6 +4,9 @@
  * 
  * Copyright 1998,1999 by Egbert Eich <Egbert.Eich at Physik.TU-Darmstadt.DE>
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "misc.h"
 #include "xf86.h"
 #include "xf86_ansic.h"

Index: xf86DDC.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ddc/xf86DDC.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86DDC.h	23 Apr 2004 19:21:03 -0000	1.2
+++ xf86DDC.h	10 Jun 2004 19:40:12 -0000	1.3
@@ -11,6 +11,9 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef XF86_DDC_H
 # define XF86_DDC_H
 




More information about the xserver-commit mailing list