summaryrefslogtreecommitdiffstats
path: root/graphics/evince/files/patch-ps_ps-document.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/evince/files/patch-ps_ps-document.c')
-rw-r--r--graphics/evince/files/patch-ps_ps-document.c18
1 files changed, 8 insertions, 10 deletions
diff --git a/graphics/evince/files/patch-ps_ps-document.c b/graphics/evince/files/patch-ps_ps-document.c
index 612fe3156..168b5976b 100644
--- a/graphics/evince/files/patch-ps_ps-document.c
+++ b/graphics/evince/files/patch-ps_ps-document.c
@@ -1,21 +1,19 @@
---- ps/ps-document.c.orig Sat Feb 26 17:36:03 2005
-+++ ps/ps-document.c Sat Feb 26 17:38:26 2005
-@@ -487,12 +487,12 @@
- GdkColor white = { 0, 0xFFFF, 0xFFFF, 0xFFFF }; /* pixel, r, g, b */
+--- ps/ps-document.c.orig Mon Feb 28 16:53:42 2005
++++ ps/ps-document.c Thu Mar 3 04:09:09 2005
+@@ -548,11 +548,10 @@
GdkColormap *colormap;
+ gboolean size_changed;
- LOG ("Setup the page");
-
#ifdef HAVE_LOCALE_H
char *savelocale;
#endif
-
+ LOG ("Setup the page");
-+
- if (gs->pstarget == NULL)
- return;
-@@ -720,8 +720,6 @@
+ size_changed = compute_size (gs);
+
+@@ -783,8 +782,6 @@
int std_out[2]; /* pipe from interp stdout */
int std_err[2]; /* pipe from interp stderr */
@@ -24,7 +22,7 @@
#define NUM_ARGS 100
#define NUM_GS_ARGS (NUM_ARGS - 20)
#define NUM_ALPHA_ARGS 10
-@@ -729,6 +727,8 @@
+@@ -792,6 +789,8 @@
char *argv[NUM_ARGS], *dir, *gv_env;
char **gs_args, **alpha_args = NULL;
int argc = 0, i;