summaryrefslogtreecommitdiff
path: root/src/PSEditModel.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-10 17:32:59 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-10 17:32:59 +0000
commite20e866ffce0d68c9118bdb47df5fe1c8b9cfd48 (patch)
treedc0b423d502cfceca2e3c1a66338aec077534d97 /src/PSEditModel.H
parent117b0e0eef260bc4dd9c6d3c9a3ea51d3c4fa342 (diff)
use PostScript coordinates internally
use PostScript coordinates internally
Diffstat (limited to 'src/PSEditModel.H')
-rw-r--r--src/PSEditModel.H19
1 files changed, 3 insertions, 16 deletions
diff --git a/src/PSEditModel.H b/src/PSEditModel.H
index 2504d3d..ca28f5a 100644
--- a/src/PSEditModel.H
+++ b/src/PSEditModel.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditModel.H,v 1.10 2004/11/08 18:10:34 hofmann Exp $"
+// "$Id: PSEditModel.H,v 1.11 2004/11/10 18:32:59 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -34,15 +34,10 @@ class PSEditModel {
int page;
- PSEditText *cur_text;
-
- float xdpi, ydpi;
-
- int paper_x, paper_y;
-
+ PSEditText *cur_text;
public:
- PSEditModel(int x1, int y1, float dx, float dy);
+ PSEditModel();
~PSEditModel();
@@ -84,14 +79,6 @@ public:
int dump_tags();
- int ps_to_display_x(int x1);
-
- int ps_to_display_y(int y1);
-
- int ps_x(int x1);
-
- int ps_y(int y1);
-
int PSEditModel::load(FILE *fp);
int save(FILE *sfp, int tmp_fd);