PATCH: wineps coloring

Marcus Meissner marcus at jet.franken.de
Sat May 5 12:30:49 CDT 2001


Hi,

This lets powerpoint print colored slides.

Ciao, Marcus

Changelog:
	Report that we have 2^16 colors, so PowerPoint97 prints colored
	slides.

Index: init.c
===================================================================
RCS file: /home/wine/wine/dlls/wineps/init.c,v
retrieving revision 1.15
diff -u -r1.15 init.c
--- init.c	2001/05/03 18:34:27	1.15
+++ init.c	2001/05/05 18:29:55
@@ -146,7 +146,7 @@
 /* numPens */		10,
 /* numMarkers */	0,
 /* numFonts */		39,
-/* numColors */		2,
+/* numColors */		0xffff,
 /* pdeviceSize */	0,	
 /* curveCaps */		CC_CIRCLES | CC_PIE | CC_CHORD | CC_ELLIPSES |
 			CC_WIDE | CC_STYLED | CC_WIDESTYLED | CC_INTERIORS |




More information about the wine-patches mailing list