diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-01-29 04:56:35 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-01-29 04:56:35 +0000 |
| commit | b315e20b06b5067b11496cbfb4744f5cf16a9639 (patch) | |
| tree | 3fe761c428249a06677cf9f97eb9badee0732a6a /print/ghostscript7/files/patch-src:gdevxini.c | |
| parent | 7f06f7b43a65cd1bd87825a1886b0e08e87f38e3 (diff) | |
Diffstat (limited to 'print/ghostscript7/files/patch-src:gdevxini.c')
| -rw-r--r-- | print/ghostscript7/files/patch-src:gdevxini.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/print/ghostscript7/files/patch-src:gdevxini.c b/print/ghostscript7/files/patch-src:gdevxini.c deleted file mode 100644 index 44bb6b3984f6..000000000000 --- a/print/ghostscript7/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, |
