summaryrefslogtreecommitdiff
path: root/src/PSEditor.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/PSEditor.H
parent286afda711bcf74b3f923778db7ca574815dc9e7 (diff)
reduce flicker
reduce flicker
Diffstat (limited to 'src/PSEditor.H')
-rw-r--r--src/PSEditor.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PSEditor.H b/src/PSEditor.H
index 10adee6..b60696b 100644
--- a/src/PSEditor.H
+++ b/src/PSEditor.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditor.H,v 1.4 2004/10/12 20:52:23 hofmann Exp $"
+// "$Id: PSEditor.H,v 1.5 2004/10/23 19:57:14 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -28,9 +28,9 @@
class PSEditor : public PSEditWidget {
private:
- int mark_x, mark_y;
int tmp_fd;
int ps_level;
+ int x_last, y_last;
int handle(int event);
public: