]> git.pld-linux.org Git - packages/ghostscript.git/blobdiff - ghostscript-gdevcd8-fixes.patch
Up to 10.02.0
[packages/ghostscript.git] / ghostscript-gdevcd8-fixes.patch
index 188f3c4cdb88c2bfdfc9b4589a64fb2ba3862a6e..95815468aaf2cfb4d0d8a42fba81e54f7651854c 100644 (file)
@@ -78,21 +78,21 @@ Jakub Bogusz <qboosh@pld-linux.org>
      cdj850->mastergamma = mastergamma;
      cdj850->gammavalc = gammavalc;
      cdj850->gammavalm = gammavalm;
-@@ -1180,7 +1185,13 @@ static void
+@@ -1185,7 +1185,13 @@
                          gx_device_printer * pdev,
                          struct error_val_field *error_values);
  static int
--    do_gcr(int bytecount, byte * inbyte, const byte * kvalues,
-+    do_gcr_noblack(int bytecount, byte * inbyte, const byte * kvalues,
-+           const byte * cvalues, const byte * mvalues,
-+           const byte * yvalues, const int *kcorrect,
-+           word * inword);
+-do_gcr(int bytecount, byte * inbyte, const byte kvalues[256],
++do_gcr_noblack(int bytecount, byte * inbyte, const byte kvalues[256],
++       const byte cvalues[256], const byte mvalues[256],
++       const byte yvalues[256], const int kcorrect[256],
++       word * inword);
 +
 +static int
-+    do_gcr_gcr(int bytecount, byte * inbyte, const byte * kvalues,
-            const byte * cvalues, const byte * mvalues,
-            const byte * yvalues, const int *kcorrect,
-            word * inword);
++do_gcr_gcr(int bytecount, byte * inbyte, const byte kvalues[256],
+        const byte cvalues[256], const byte mvalues[256],
+        const byte yvalues[256], const int kcorrect[256],
+        word * inword);
 @@ -2045,7 +2056,10 @@ send_scan_lines(gx_device_printer * pdev
          }
          /* Skip blank lines if any */
This page took 0.141999 seconds and 4 git commands to generate.