summaryrefslogtreecommitdiff
path: root/src/PSEditor.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-07-09 16:28:19 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-07-09 16:28:19 +0000
commita22b493dae4d7c991b582aca565ef08b7a28ff13 (patch)
tree0c4f316b8e42acad355506d8465a6fc4506474b4 /src/PSEditor.cxx
parenta926cb9248e232a03c1eb051c53db4c3133236de (diff)
fixes
fixes
Diffstat (limited to 'src/PSEditor.cxx')
-rw-r--r--src/PSEditor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PSEditor.cxx b/src/PSEditor.cxx
index db501fd..76d3b4b 100644
--- a/src/PSEditor.cxx
+++ b/src/PSEditor.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditor.cxx,v 1.1 2004/07/09 17:22:55 hofmann Exp $"
+// "$Id: PSEditor.cxx,v 1.2 2004/07/09 18:28:19 hofmann Exp $"
//
// PSEditor routines.
//
@@ -41,7 +41,7 @@ int PSEditor::handle(int event) {
mark_x = Fl::event_x()-x();
mark_y = Fl::event_y()-y();
-
+ fprintf(stderr, "==> %d %d\n", mark_x, mark_y);
if (!set_cur_text(mark_x, mark_y) == 0) {
new_text(mark_x, mark_y, "");
mod++;