freebsd-ports/graphics/xpdf/files/patch-splash_Splash.cc
Norikatsu Shigemura a43acc3732 Update to 3.02.
PR:		ports/110058
Submitted by:	Eric P. Scott <eps+pbug0703 <at> ana.com>
		Jose Garcia Juanino <jjuanino <at> gmail.com>
2007-04-01 13:14:26 +00:00

14 lines
391 B
C++

--- splash/Splash.cc.orig Tue Feb 27 14:05:52 2007
+++ splash/Splash.cc
@@ -2826,7 +2826,10 @@
void Splash::compositeBackground(SplashColorPtr color) {
SplashColorPtr p;
Guchar *q;
- Guchar alpha, alpha1, c, color0, color1, color2, color3;
+ Guchar alpha, alpha1, c, color0, color1, color2;
+#if SPLASH_CMYK
+ Guchar color3;
+#endif
int x, y, mask;
switch (bitmap->mode) {