From ca262e81bfbfc10c6fa6f3f273919e0371a58ec7 Mon Sep 17 00:00:00 2001 From: "vladimir%pobox.com" Date: Thu, 2 Aug 2007 07:01:14 +0000 Subject: [PATCH] b=383960, moz cairo: win32-no-printer-bitblt.patch --- gfx/cairo/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gfx/cairo/README b/gfx/cairo/README index b912fef097c..e63a993410c 100644 --- a/gfx/cairo/README +++ b/gfx/cairo/README @@ -30,4 +30,9 @@ and only use the font_face's hfont if we're sure it's appropriate win32-logical-font-scale.patch: set CAIRO_WIN32_LOGICAL_FONT_SCALE to 1 +win32-no-printer-bitblt.patch: If we need to BitBlt from a DC (to do +fallback), only bother trying if the IS_DISPLAY flag is set -- many +printers lie about their support for BitBlt, and we end up getting +black instead of what we want. + nonfatal-assertions.patch: Make assertions non-fatal