summaryrefslogtreecommitdiff
path: root/src/PSEditWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-23 17:57:14 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-23 17:57:14 +0000
commitb68c113b7a5020ce0e0bb462fc8924e3739e7389 (patch)
treedefd7e334aac360508b874f010fbd50a232f66a4 /src/PSEditWidget.H
parent286afda711bcf74b3f923778db7ca574815dc9e7 (diff)
reduce flicker
reduce flicker
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 5f196cd..1811972 100644
--- a/src/PSEditWidget.H
+++ b/src/PSEditWidget.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditWidget.H,v 1.8 2004/10/21 19:55:36 hofmann Exp $"
+// "$Id: PSEditWidget.H,v 1.9 2004/10/23 19:57:14 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -48,7 +48,7 @@ public:
void new_text(int x1, int y1, const char *s);
int set_cur_text(int x1, int y1);
void append_text(const char *s);
- void move(int x1, int y1);
+ void move(int x1, int y1, int last_x, int last_y);
void rm_char();
int reload();
void set_cur_size(int s);