summaryrefslogtreecommitdiff
path: root/src/GsWidget.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 15:22:45 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 15:22:45 +0000
commit80fc6a294bc29cc5da83cf3195bfc1913c0f3271 (patch)
tree1e9f99740c0083931d4c6b38b3b024048bfa4556 /src/GsWidget.cxx
parentbc7e8e0a1617eb26ec38b2a4e433efc9c7f85f6a (diff)
- reload if DONE received from gs - fix warning in PSEditWidget.cxx
- reload if DONE received from gs - fix warning in PSEditWidget.cxx
Diffstat (limited to 'src/GsWidget.cxx')
-rw-r--r--src/GsWidget.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/GsWidget.cxx b/src/GsWidget.cxx
index 7765e1b..7b50b6f 100644
--- a/src/GsWidget.cxx
+++ b/src/GsWidget.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: GsWidget.cxx,v 1.9 2004/10/24 18:28:37 hofmann Exp $"
+// "$Id: GsWidget.cxx,v 1.10 2004/10/26 17:22:45 hofmann Exp $"
//
// GsWidget routines.
//
@@ -157,7 +157,6 @@ int GsWidget::load(int fd) {
argv[1] = "-dSAFER";
argv[2] = "-dQUIET";
argv[3] = "-sDEVICE=x11alpha";
- // argv[4] = "-sPAPERSIZE=a4";
argv[4] = "-dNOPLATFONTS";
argv[5] = "-";
argv[6] = NULL;
@@ -219,8 +218,7 @@ int GsWidget::handleX11(int ev) {
damage(FL_DAMAGE_ALL);
fl_cursor(FL_CURSOR_DEFAULT);
} else if(fl_xevent->xclient.message_type == atoms[4] ) {
- kill_gs();
- fl_cursor(FL_CURSOR_DEFAULT); // DONE received
+ reload(); // go back to page 1
}
return 1;
}