summaryrefslogtreecommitdiff
path: root/x11/pixman/patches/patch-ad
blob: 9c3c3bcb3eaf9dccb7647388e624de5c38c1047d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.1 2008/04/07 15:02:05 bjs Exp $

--- pixman/pixman-private.h.orig	2008-03-24 09:13:13.000000000 -0400
+++ pixman/pixman-private.h
@@ -332,10 +332,6 @@ union pixman_image
 };
 
 
-extern CombineFuncU pixman_fbCombineFuncU[];
-extern CombineFuncC pixman_fbCombineFuncC[];
-FASTCALL void pixman_fbCombineMaskU (uint32_t *src, const uint32_t *mask, int width);
-
 #define LOG2_BITMAP_PAD 5
 #define FB_STIP_SHIFT	LOG2_BITMAP_PAD
 #define FB_STIP_UNIT	(1 << FB_STIP_SHIFT)