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
- Previous message: debrix/miext/rootless/accel rlBlt.c, 1.2, 1.3 rlCopy.c, 1.2,
1.3 rlFill.c, 1.2, 1.3 rlFillRect.c, 1.2, 1.3 rlFillSpans.c,
1.2, 1.3 rlGlyph.c, 1.2, 1.3 rlSolid.c, 1.2, 1.3
- Next message: debrix/miext/shadow shadow.c, 1.2, 1.3 shadow.h, 1.2, 1.3 shalloc.c,
1.2, 1.3 shmodule.c, 1.2, 1.3 shpacked.c, 1.2, 1.3 shplanar.c,
1.2, 1.3 shplanar8.c, 1.2, 1.3 shrot16pack.c, 1.2,
1.3 shrot16pack_180.c, 1.2, 1.3 shrot16pack_270.c, 1.2,
1.3 shrot16pack_90.c, 1.2, 1.3 shrot32pack.c, 1.2,
1.3 shrot32pack_180.c, 1.2, 1.3 shrot32pack_270.c, 1.2,
1.3 shrot32pack_90.c, 1.2, 1.3 shrot8pack.c, 1.2,
1.3 shrot8pack_180.c, 1.2, 1.3 shrot8pack_270.c, 1.2,
1.3 shrot8pack_90.c, 1.2, 1.3 shrotate.c, 1.2, 1.3 shrotpack.h,
1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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"
- Previous message: debrix/miext/rootless/accel rlBlt.c, 1.2, 1.3 rlCopy.c, 1.2,
1.3 rlFill.c, 1.2, 1.3 rlFillRect.c, 1.2, 1.3 rlFillSpans.c,
1.2, 1.3 rlGlyph.c, 1.2, 1.3 rlSolid.c, 1.2, 1.3
- Next message: debrix/miext/shadow shadow.c, 1.2, 1.3 shadow.h, 1.2, 1.3 shalloc.c,
1.2, 1.3 shmodule.c, 1.2, 1.3 shpacked.c, 1.2, 1.3 shplanar.c,
1.2, 1.3 shplanar8.c, 1.2, 1.3 shrot16pack.c, 1.2,
1.3 shrot16pack_180.c, 1.2, 1.3 shrot16pack_270.c, 1.2,
1.3 shrot16pack_90.c, 1.2, 1.3 shrot32pack.c, 1.2,
1.3 shrot32pack_180.c, 1.2, 1.3 shrot32pack_270.c, 1.2,
1.3 shrot32pack_90.c, 1.2, 1.3 shrot8pack.c, 1.2,
1.3 shrot8pack_180.c, 1.2, 1.3 shrot8pack_270.c, 1.2,
1.3 shrot8pack_90.c, 1.2, 1.3 shrotate.c, 1.2, 1.3 shrotpack.h,
1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list