summaryrefslogtreecommitdiff
path: root/x11/xfstt/patches/patch-ah
blob: 55b2970d74101e75134c30bd3bc27de1445eb2da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1 2004/02/14 22:27:30 kristerw Exp $

--- libfstt/raster_draw.cc.orig	Sat Feb 14 22:09:49 2004
+++ libfstt/raster_draw.cc	Sat Feb 14 22:10:01 2004
@@ -228,7 +228,7 @@
 Rasterizer::drawBitmap(U8 *const bmp, int height, int dX)
 {
 	// sort horizontal/vertical dots
-	debug("dropoutControl = %d\n", gs.dropout_control);
+	debug1("dropoutControl = %d\n", gs.dropout_control);
 	if (dots[0] + 1 < dots0) {
 		preSort(dots[0] + 1, dots0);
 		endSort(dots[0] + 1, dots0);