summaryrefslogtreecommitdiff
path: root/src/PSEditWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-08 18:36:14 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-08 18:36:14 +0000
commite8cd2063669a04e3782b187fdd0be336efb157db (patch)
tree3deabee9930a8560a53b4fa7c20b5522b67152c5 /src/PSEditWidget.H
parent4ef45e532c786dc02b2c5f2141fb713264143c8c (diff)
fix move interface
fix move interface
Diffstat (limited to 'src/PSEditWidget.H')
-rw-r--r--src/PSEditWidget.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PSEditWidget.H b/src/PSEditWidget.H
index 7319b3f..6261646 100644
--- a/src/PSEditWidget.H
+++ b/src/PSEditWidget.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditWidget.H,v 1.12 2004/11/08 18:10:34 hofmann Exp $"
+// "$Id: PSEditWidget.H,v 1.13 2004/11/08 19:36:14 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -61,7 +61,7 @@ public:
void append_text(const char *s);
- void move(int x1, int y1, int last_x, int last_y);
+ void move(int x1, int y1);
void rm_char();