diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-10-19 14:40:24 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-10-19 14:40:24 +0000 |
commit | 278ac74ed3fc04ed4e9c782e5a2ac381d0792ded (patch) | |
tree | e0068efdaff672c651693def3c5b3c405ef02396 /print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c | |
parent | Support ja_JP.eucJP locale. (diff) |
Remove obsoleted port.
PR: ports/41680
Submitted by: Saito Tomokatsu <saito@a2z.co.jp>
Notes
Notes:
svn path=/head/; revision=68347
Diffstat (limited to 'print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c')
-rw-r--r-- | print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c b/print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c deleted file mode 100644 index 44bb6b3984f6..000000000000 --- a/print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/gdevxini.c.orig Tue Jun 5 15:38:57 2001 -+++ src/gdevxini.c Wed Jun 20 04:17:15 2001 -@@ -655,8 +655,10 @@ - } - x_set_buffer(xdev); - /* Clear the destination pixmap to avoid initializing with garbage. */ -- xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? -+ if (xdev->dest == (Pixmap) 0) { -+ xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? - xdev->bpixmap : (Pixmap) xdev->win); -+ } - if (xdev->dest != (Pixmap) 0) { - XSetForeground(xdev->dpy, xdev->gc, xdev->background); - XFillRectangle(xdev->dpy, xdev->dest, xdev->gc, |