[xorg-commit-diffs] xc/programs/Xserver/Xprint/raster Imakefile,
1.1.4.2, 1.1.4.3 Raster.h, 1.1.4.2, 1.1.4.3
Roland Mainz
xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:42 EST 2004
- Previous message: [xorg-commit-diffs]
xc/programs/Xserver/Xprint/ps PsFTFonts.c, NONE,
1.1.4.1 psout_ft.c, NONE, 1.1.4.1 psout_ftpstype1.c, NONE,
1.1.4.1 psout_ftpstype3.c, NONE, 1.1.4.1 Imakefile, 1.1.4.2,
1.1.4.3 Ps.h, 1.1.4.3, 1.1.4.4 PsArea.c, 1.1.4.1,
1.1.4.2 PsAttVal.c, 1.1.4.2, 1.1.4.3 PsAttr.c, 1.1.4.2,
1.1.4.3 PsCache.c, 1.1.4.1, 1.1.4.2 PsColor.c, 1.1.4.2,
1.1.4.3 PsFonts.c, 1.1.4.3, 1.1.4.4 PsGC.c, 1.1.4.3,
1.1.4.4 PsInit.c, 1.1.4.3, 1.1.4.4 PsLine.c, 1.1.4.2,
1.1.4.3 PsMisc.c, 1.1.4.2, 1.1.4.3 PsPixel.c, 1.1.4.2,
1.1.4.3 PsPixmap.c, 1.1.4.2, 1.1.4.3 PsPolygon.c, 1.1.4.2,
1.1.4.3 PsPrint.c, 1.1.4.2, 1.1.4.3 PsText.c, 1.1.4.3,
1.1.4.4 PsWindow.c, 1.1.4.3, 1.1.4.4 psout.c, 1.1.4.2,
1.1.4.3 psout.h, 1.1.4.2, 1.1.4.3
- Next message: [xorg-commit-diffs] xc/programs/Xserver/Xprint/svg README, NONE,
1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: gisburn
Update of /cvs/xorg/xc/programs/Xserver/Xprint/raster
In directory pdx:/tmp/cvs-serv5532/programs/Xserver/Xprint/raster
Modified Files:
Tag: XORG-CURRENT
Imakefile Raster.h
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT
Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/Xprint/raster/Imakefile,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- a/Imakefile 5 Mar 2004 13:39:54 -0000 1.1.4.2
+++ b/Imakefile 21 Apr 2004 10:03:38 -0000 1.1.4.3
@@ -1,10 +1,5 @@
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:48:11 cpqbld Exp $
-
-
-
-XCOMM $XFree86: xc/programs/Xserver/Xprint/raster/Imakefile,v 1.6 2001/08/01 00:44:46 tsi Exp $
-
#include <Server.tmpl>
SRCS1 = Raster.c RasterAttVal.c
@@ -15,8 +10,9 @@
OBJS = $(OBJS1)
INCLUDES = -I. -I$(XINCLUDESRC) -I.. -I$(LIBSRC) \
- -I../../cfb -I../../mfb -I../../mi \
- -I../../include -I$(TOP)/include -I$(FONTINCSRC)
+ -I../../cfb -I../../mfb -I../../mi \
+ -I../../include -I$(TOP)/include -I$(FONTINCSRC)
+
LINTLIBS = ../../dix/llib-ldix.ln ../../os/llib-los.ln \
../../mfb/llib-lmfb.ln ../../mi/llib-lmi.ln \
Index: Raster.h
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/Xprint/raster/Raster.h,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- a/Raster.h 5 Mar 2004 13:39:54 -0000 1.1.4.2
+++ b/Raster.h 21 Apr 2004 10:03:38 -0000 1.1.4.3
@@ -30,8 +30,6 @@
dealings in this Software without prior written authorization from said
copyright holders.
*/
-/* $XFree86: xc/programs/Xserver/Xprint/raster/Raster.h,v 1.3 2001/10/31 22:50:29 tsi Exp $ */
-
/*******************************************************************
**
** *********************************************************
@@ -53,6 +51,7 @@
* Some sleazes to force the XrmDB stuff into the server
*/
#ifndef HAVE_XPointer
+#define HAVE_XPointer 1
typedef char *XPointer;
#endif
#define Status int
@@ -110,6 +109,6 @@
extern XpValidatePoolsRec RasterValidatePoolsRec;
extern Bool InitializeRasterDriver(int ndx, ScreenPtr pScreen, int argc,
- char **argv);
+ char **argv);
#endif /* _RASTER_H_ */
- Previous message: [xorg-commit-diffs]
xc/programs/Xserver/Xprint/ps PsFTFonts.c, NONE,
1.1.4.1 psout_ft.c, NONE, 1.1.4.1 psout_ftpstype1.c, NONE,
1.1.4.1 psout_ftpstype3.c, NONE, 1.1.4.1 Imakefile, 1.1.4.2,
1.1.4.3 Ps.h, 1.1.4.3, 1.1.4.4 PsArea.c, 1.1.4.1,
1.1.4.2 PsAttVal.c, 1.1.4.2, 1.1.4.3 PsAttr.c, 1.1.4.2,
1.1.4.3 PsCache.c, 1.1.4.1, 1.1.4.2 PsColor.c, 1.1.4.2,
1.1.4.3 PsFonts.c, 1.1.4.3, 1.1.4.4 PsGC.c, 1.1.4.3,
1.1.4.4 PsInit.c, 1.1.4.3, 1.1.4.4 PsLine.c, 1.1.4.2,
1.1.4.3 PsMisc.c, 1.1.4.2, 1.1.4.3 PsPixel.c, 1.1.4.2,
1.1.4.3 PsPixmap.c, 1.1.4.2, 1.1.4.3 PsPolygon.c, 1.1.4.2,
1.1.4.3 PsPrint.c, 1.1.4.2, 1.1.4.3 PsText.c, 1.1.4.3,
1.1.4.4 PsWindow.c, 1.1.4.3, 1.1.4.4 psout.c, 1.1.4.2,
1.1.4.3 psout.h, 1.1.4.2, 1.1.4.3
- Next message: [xorg-commit-diffs] xc/programs/Xserver/Xprint/svg README, NONE,
1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list