aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript7-commfont/files/patch-src:gdevxini.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript7-commfont/files/patch-src:gdevxini.c')
-rw-r--r--print/ghostscript7-commfont/files/patch-src:gdevxini.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/print/ghostscript7-commfont/files/patch-src:gdevxini.c b/print/ghostscript7-commfont/files/patch-src:gdevxini.c
deleted file mode 100644
index 44bb6b3984f6..000000000000
--- a/print/ghostscript7-commfont/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,