summarylogtreecommitdiffstats
path: root/poppler-subpixel.patch
diff options
context:
space:
mode:
authorYichao Zhou2018-01-19 15:12:56 -0800
committerYichao Zhou2018-01-19 15:12:56 -0800
commit75fe708b4897275608f7fc8ef3d635347747f467 (patch)
tree272311f2a992008b3a714d0736818628baccc5ed /poppler-subpixel.patch
parent167b6dbfa8dfce8610d6b2972b7732e73475b65b (diff)
downloadaur-75fe708b4897275608f7fc8ef3d635347747f467.tar.gz
patch update
Diffstat (limited to 'poppler-subpixel.patch')
-rw-r--r--poppler-subpixel.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/poppler-subpixel.patch b/poppler-subpixel.patch
index cfec81bb4a80..e1d267cf4c36 100644
--- a/poppler-subpixel.patch
+++ b/poppler-subpixel.patch
@@ -25,7 +25,7 @@ index 78d24bb..d482ceb 100644
+ cairo_get_font_options (cr, fo);
+
+ subpixel_rendering = poppler_page_support_subpixel_rendering (page);
-+ printf("subpixel_rendering %d\n", subpixel_rendering);
++ // printf("subpixel_rendering %d\n", subpixel_rendering);
+ if (subpixel_rendering) {
+ cairo_set_source_rgb (cr, 1., 1., 1.);
+ cairo_paint (cr);
@@ -135,7 +135,7 @@ index 7d748b9..5caf01b 100644
}
+GBool Gfx::checkNormalBlendModeOnly(Object *str) {
-+ printf("check blender mode start\n");
++ // printf("check blender mode start\n");
+ char *cmd;
+ Object obj;
+ Object args[maxArgs];
@@ -157,7 +157,7 @@ index 7d748b9..5caf01b 100644
+ if (res->lookupGState(args[0].getName(), &obj1)) {
+ if (!obj1.dictLookup("BM", &obj2)->isNull()) {
+ if (state->parseBlendMode(&obj2, &mode)) {
-+ printf("check blend mode: %d\n", mode);
++ // printf("check blend mode: %d\n", mode);
+ onlyNormalBlendMode &= (mode == gfxBlendNormal);
+ }
+ }