summaryrefslogtreecommitdiff
path: root/print/ghostscript8/files/patch-lxm3200:gdevlx32.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
commit96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch)
tree7650cfe102643b74d6ad1d3efe1771281b5e66f0 /print/ghostscript8/files/patch-lxm3200:gdevlx32.c
parent- Cacti developers has modified one of oficial patches. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'.release/5.5.0
Notes
Notes: svn path=/head/; revision=158034 svn path=/tags/RELEASE_5_5_0/; revision=158035; tag=release/5.5.0
Diffstat (limited to 'print/ghostscript8/files/patch-lxm3200:gdevlx32.c')
-rw-r--r--print/ghostscript8/files/patch-lxm3200:gdevlx32.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/print/ghostscript8/files/patch-lxm3200:gdevlx32.c b/print/ghostscript8/files/patch-lxm3200:gdevlx32.c
deleted file mode 100644
index fef3a6452e40..000000000000
--- a/print/ghostscript8/files/patch-lxm3200:gdevlx32.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- lxm3200/gdevlx32.c.orig Wed Apr 23 01:06:20 2003
-+++ lxm3200/gdevlx32.c Thu May 15 08:24:08 2003
-@@ -422,9 +422,11 @@
- * of the nearest color.
- */
- private gx_color_index
--lxm3200_map_rgb_color(gx_device *dev, gx_color_value r,
-- gx_color_value g, gx_color_value b)
-+lxm3200_map_rgb_color(gx_device *dev, const gx_color_value cv[])
- {
-+ gx_color_value r = cv[0];
-+ gx_color_value g = cv[1];
-+ gx_color_value b = cv[2];
- gx_color_index col;
- int c, m, y;
-
-@@ -479,7 +481,7 @@
- break;
-
- default:
-- col = gdev_prn_map_rgb_color(dev, r, g, b);
-+ col = gdev_prn_map_rgb_color(dev, cv);
- break;
- }
-