debrix-extension-dbe/dbe dbe.c, 1.2, 1.3 dbestruct.h, 1.2, 1.3 midbe.c, 1.2, 1.3

Adam Jackson xserver-commit at pdx.freedesktop.org
Fri Jun 25 13:32:13 PDT 2004


Committed by: ajax

Update of /cvs/xserver/debrix-extension-dbe/dbe
In directory pdx:/home/ajax/debrix-extension-dbe/dbe

Modified Files:
	dbe.c dbestruct.h midbe.c 
Log Message:
fix header file locations so libdbe will build.


Index: dbe.c
===================================================================
RCS file: /cvs/xserver/debrix-extension-dbe/dbe/dbe.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dbe.c	23 Apr 2004 19:03:43 -0000	1.2
+++ dbe.c	25 Jun 2004 20:32:10 -0000	1.3
@@ -37,8 +37,8 @@
 /* INCLUDES */
 
 #define NEED_EVENTS
-#include "X.h"
-#include "Xproto.h"
+#include "X11/X.h"
+#include "X11/Xproto.h"
 #include "scrnintstr.h"
 #include "extnsionst.h"
 #include "gcstruct.h"

Index: dbestruct.h
===================================================================
RCS file: /cvs/xserver/debrix-extension-dbe/dbe/dbestruct.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dbestruct.h	23 Apr 2004 19:03:43 -0000	1.2
+++ dbestruct.h	25 Jun 2004 20:32:10 -0000	1.3
@@ -40,7 +40,7 @@
 /* INCLUDES */
 
 #define NEED_DBE_PROTOCOL
-#include "Xdbeproto.h"
+#include "X11/extensions/Xdbeproto.h"
 #include "windowstr.h"
 
 

Index: midbe.c
===================================================================
RCS file: /cvs/xserver/debrix-extension-dbe/dbe/midbe.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- midbe.c	23 Apr 2004 19:03:43 -0000	1.2
+++ midbe.c	25 Jun 2004 20:32:10 -0000	1.3
@@ -37,8 +37,8 @@
 
 #define NEED_REPLIES
 #define NEED_EVENTS
-#include "X.h"
-#include "Xproto.h"
+#include "X11/X.h"
+#include "X11/Xproto.h"
 #include "misc.h"
 #include "os.h"
 #include "windowstr.h"




More information about the xserver-commit mailing list