debrix/miext/rootless/safeAlpha safeAlpha.h, 1.2, 1.3 safeAlphaPicture.c, 1.2, 1.3 safeAlphaWindow.c, 1.2, 1.3

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


Committed by: daniel

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

Modified Files:
	safeAlpha.h safeAlphaPicture.c safeAlphaWindow.c 
Log Message:
Initial import from modular sources.


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

Index: safeAlphaPicture.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/safeAlpha/safeAlphaPicture.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- safeAlphaPicture.c	23 Apr 2004 19:54:28 -0000	1.2
+++ safeAlphaPicture.c	10 Jun 2004 19:41:55 -0000	1.3
@@ -34,6 +34,9 @@
  */
  /* $XFree86: xc/programs/Xserver/miext/rootless/safeAlpha/safeAlphaPicture.c,v 1.3 2003/10/24 00:33:15 torrey Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifdef RENDER
 
 #include "fb.h"

Index: safeAlphaWindow.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/safeAlpha/safeAlphaWindow.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- safeAlphaWindow.c	23 Apr 2004 19:54:28 -0000	1.2
+++ safeAlphaWindow.c	10 Jun 2004 19:41:55 -0000	1.3
@@ -34,6 +34,9 @@
  */
 /* $XFree86: xc/programs/Xserver/miext/rootless/safeAlpha/safeAlphaWindow.c,v 1.1 2003/09/16 00:36:20 torrey Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "fb.h"
 #include "safeAlpha.h"
 #include "rootlessCommon.h"




More information about the xserver-commit mailing list