debrix/miext/rootless rootless.h, 1.2, 1.3 rootlessCommon.c, 1.2, 1.3 rootlessCommon.h, 1.2, 1.3 rootlessConfig.h, 1.2, 1.3 rootlessGC.c, 1.2, 1.3 rootlessScreen.c, 1.2, 1.3 rootlessValTree.c, 1.2, 1.3 rootlessWindow.c, 1.2, 1.3 rootlessWindow.h, 1.2, 1.3

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


Committed by: daniel

Update of /cvs/xserver/debrix/miext/rootless
In directory pdx:/home/daniel/x/debrix/debrix/miext/rootless

Modified Files:
	rootless.h rootlessCommon.c rootlessCommon.h rootlessConfig.h 
	rootlessGC.c rootlessScreen.c rootlessValTree.c 
	rootlessWindow.c rootlessWindow.h 
Log Message:
Initial import from modular sources.


Index: rootless.h
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/rootless.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rootless.h	23 Apr 2004 19:54:27 -0000	1.2
+++ rootless.h	10 Jun 2004 19:41:50 -0000	1.3
@@ -29,6 +29,9 @@
  */
 /* $XFree86: xc/programs/Xserver/miext/rootless/rootless.h,v 1.5 2003/10/18 00:00:34 torrey Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _ROOTLESS_H
 #define _ROOTLESS_H
 

Index: rootlessCommon.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/rootlessCommon.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rootlessCommon.c	23 Apr 2004 19:54:27 -0000	1.2
+++ rootlessCommon.c	10 Jun 2004 19:41:50 -0000	1.3
@@ -30,6 +30,9 @@
  */
 /* $XFree86: xc/programs/Xserver/miext/rootless/rootlessCommon.c,v 1.4tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "rootlessCommon.h"
 
 unsigned int rootless_CopyBytes_threshold = 0;

Index: rootlessCommon.h
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/rootlessCommon.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rootlessCommon.h	23 Apr 2004 19:54:27 -0000	1.2
+++ rootlessCommon.h	10 Jun 2004 19:41:50 -0000	1.3
@@ -29,6 +29,9 @@
  */
 /* $XFree86: xc/programs/Xserver/miext/rootless/rootlessCommon.h,v 1.3 2003/06/30 01:45:13 torrey Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _ROOTLESSCOMMON_H
 #define _ROOTLESSCOMMON_H
 

Index: rootlessConfig.h
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/rootlessConfig.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rootlessConfig.h	23 Apr 2004 19:54:27 -0000	1.2
+++ rootlessConfig.h	10 Jun 2004 19:41:50 -0000	1.3
@@ -28,6 +28,9 @@
  */
 /* $XFree86: xc/programs/Xserver/miext/rootless/rootlessConfig.h,v 1.1 2003/04/15 01:05:44 torrey Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _ROOTLESSCONFIG_H
 #define _ROOTLESSCONFIG_H
 

Index: rootlessGC.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/rootlessGC.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rootlessGC.c	23 Apr 2004 19:54:27 -0000	1.2
+++ rootlessGC.c	10 Jun 2004 19:41:50 -0000	1.3
@@ -30,6 +30,9 @@
  */
 /* $XFree86: xc/programs/Xserver/miext/rootless/rootlessGC.c,v 1.1 2003/04/15 01:05:44 torrey Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "mi.h"
 #include "scrnintstr.h"
 #include "gcstruct.h"

Index: rootlessScreen.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/rootlessScreen.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rootlessScreen.c	23 Apr 2004 19:54:27 -0000	1.2
+++ rootlessScreen.c	10 Jun 2004 19:41:50 -0000	1.3
@@ -31,6 +31,9 @@
 /* $XFree86: xc/programs/Xserver/miext/rootless/rootlessScreen.c,v 1.2 2003/04/30 23:15:35 torrey Exp $ */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "mi.h"
 #include "scrnintstr.h"
 #include "gcstruct.h"

Index: rootlessValTree.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/rootlessValTree.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rootlessValTree.c	23 Apr 2004 19:54:27 -0000	1.2
+++ rootlessValTree.c	10 Jun 2004 19:41:50 -0000	1.3
@@ -90,7 +90,10 @@
   *		Bob Scheifler -- avoid miComputeClips for unmapped windows,
   *				 valdata changes
   */
-#include    "X.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include    <X11/X.h>
 #include    "scrnintstr.h"
 #include    "validate.h"
 #include    "windowstr.h"

Index: rootlessWindow.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/rootlessWindow.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rootlessWindow.c	23 Apr 2004 19:54:27 -0000	1.2
+++ rootlessWindow.c	10 Jun 2004 19:41:50 -0000	1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/miext/rootless/rootlessWindow.c,v 1.1.4.1.4.1 2004/03/04 17:48:29 eich Exp $ */
 /*
  * Rootless window management
  */
@@ -31,6 +31,9 @@
  */
 /* $XFree86: xc/programs/Xserver/miext/rootless/rootlessWindow.c,v 1.10 2003/11/13 20:26:31 torrey Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "rootlessCommon.h"
 #include "rootlessWindow.h"
 

Index: rootlessWindow.h
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/rootlessWindow.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rootlessWindow.h	23 Apr 2004 19:54:27 -0000	1.2
+++ rootlessWindow.h	10 Jun 2004 19:41:50 -0000	1.3
@@ -28,6 +28,9 @@
  */
 /* $XFree86: xc/programs/Xserver/miext/rootless/rootlessWindow.h,v 1.1 2003/04/15 01:05:44 torrey Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _ROOTLESSWINDOW_H
 #define _ROOTLESSWINDOW_H
 




More information about the xserver-commit mailing list