2013-09-26 17:14:40 +02:00

14 lines
362 B
Plaintext

$NetBSD: patch-bb,v 1.3 2013/05/24 13:28:04 wiz Exp $
--- pixman/pixman-private.h.orig 2013-04-30 20:42:20.000000000 +0000
+++ pixman/pixman-private.h
@@ -11,6 +11,8 @@
#define BILINEAR_INTERPOLATION_BITS 7
#define BILINEAR_INTERPOLATION_RANGE (1 << BILINEAR_INTERPOLATION_BITS)
+#define FAST_PATH_NEEDS_WORKAROUND (1 << 26)
+
/*
* C specific part
*/