summaryrefslogtreecommitdiff
path: root/src/GsWidget.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-07-07 15:17:54 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-07-07 15:17:54 +0000
commit917bfed7eb316851d2c67c748a0dbf56f41ea667 (patch)
tree677343259711887941938cf744678eca84fe0d88 /src/GsWidget.cxx
parent82cf6e3d6b0849fa902f4e0206520409ed0c083b (diff)
add PS Level 1 stuff
add PS Level 1 stuff
Diffstat (limited to 'src/GsWidget.cxx')
-rw-r--r--src/GsWidget.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/GsWidget.cxx b/src/GsWidget.cxx
index ec0a73d..2228650 100644
--- a/src/GsWidget.cxx
+++ b/src/GsWidget.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: GsWidget.cxx,v 1.5 2004/06/28 19:43:16 hofmann Exp $"
+// "$Id: GsWidget.cxx,v 1.6 2004/07/07 17:17:54 hofmann Exp $"
//
// GsWidget routines.
//
@@ -148,10 +148,10 @@ int GsWidget::load(int fd) {
argv[1] = "-dSAFER";
argv[2] = "-dQUIET";
argv[3] = "-sDEVICE=x11alpha";
- argv[4] = "-sPAPERSIZE=a4";
- argv[5] = "-dNOPLATFONTS";
- argv[6] = "-";
- argv[7] = NULL;
+ // argv[4] = "-sPAPERSIZE=a4";
+ argv[4] = "-dNOPLATFONTS";
+ argv[5] = "-";
+ argv[6] = NULL;
execvp(argv[0], argv);
fprintf(stderr, "Could not exec gs (errno %d)\n", errno);
fprintf(stderr, "Please install ghostscript and make sure 'gs' "