summaryrefslogtreecommitdiff
path: root/src/GsWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-12 14:41:43 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-12 14:41:43 +0000
commitdbac923494a608d03f9381687b2ee2a3056b6696 (patch)
tree6680da9b4266b150d78f2caf1d5e7f1fd8a09512 /src/GsWidget.H
parent51bd38e8d2448350afe349f2f64367d1af9b27cc (diff)
finally implement loading from command line.
finally implement loading from command line.
Diffstat (limited to 'src/GsWidget.H')
-rw-r--r--src/GsWidget.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GsWidget.H b/src/GsWidget.H
index 77a4e88..e572cc2 100644
--- a/src/GsWidget.H
+++ b/src/GsWidget.H
@@ -1,5 +1,5 @@
//
-// "$Id: GsWidget.H,v 1.1.1.1 2004/06/21 18:05:58 hofmann Exp $"
+// "$Id: GsWidget.H,v 1.2 2004/10/12 16:41:43 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -40,7 +40,7 @@ class GsWidget : public Fl_Widget {
Atom atoms[5];
pid_t gs_pid;
int display_x, display_y;
- int in_fd;
+ int in_fd, reload_needed;
protected:
int page;