From e20e866ffce0d68c9118bdb47df5fe1c8b9cfd48 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 10 Nov 2004 17:32:59 +0000 Subject: use PostScript coordinates internally use PostScript coordinates internally --- src/flpsed.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flpsed.cxx') diff --git a/src/flpsed.cxx b/src/flpsed.cxx index 6dc6a1b..404df97 100644 --- a/src/flpsed.cxx +++ b/src/flpsed.cxx @@ -1,5 +1,5 @@ // -// "$Id: flpsed.cxx,v 1.23 2004/11/08 19:36:14 hofmann Exp $" +// "$Id: flpsed.cxx,v 1.24 2004/11/10 18:32:59 hofmann Exp $" // // flpsed program. // @@ -291,7 +291,7 @@ int main(int argc, char** argv) { // Batch Mode // - PSEditModel *m = new PSEditModel(594, 841, 75.0, 75.0); + PSEditModel *m = new PSEditModel(); int tmp_fd; if (!in_fp) { -- cgit v1.2.3