summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-30 05:58:19 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-30 05:58:19 +0000
commitd1d892145b6aa9f44d09b25f8cdab825fea74dbb (patch)
treeeff1fbd29b3d1189a917a76b2e23bf158112f1a3 /src/gipfel.cxx
parent75275f6678bcdd0b26db330c2873cccc08dad5b9 (diff)
fix newton.
fix newton.
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index 8335abb..536a5d4 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: gipfel.cxx,v 1.12 2005/04/24 09:51:17 hofmann Exp $"
+// "$Id: gipfel.cxx,v 1.13 2005/04/30 07:58:19 hofmann Exp $"
//
// flpsed program.
//
@@ -216,6 +216,9 @@ int main(int argc, char** argv) {
Fl_Button *b1 = new Fl_Button(250, 60, 20, 15, "opt");
b1->callback(newton_cb);
+
+
+
scroll = new Fl_Scroll(0, 75, win->w(), win->h()-75);
gipf = new GipfelWidget(0,75,500,500);