summaryrefslogtreecommitdiff
path: root/test/mandelbrot.h
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-10-21 16:35:18 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-10-21 16:35:18 +0000
commitc839b0fd30dff64e49bc8d23077fd9c473d5abf2 (patch)
tree7f7bad2245975665bbe796687a95d12aa8234f85 /test/mandelbrot.h
parentb2172ee88afa0277938ba2c8526fa3a87eb1f53e (diff)
Added new version of mandelbrot demo from Bill Spitzak.
git-svn-id: file:///fltk/svn/fltk/trunk@31 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/mandelbrot.h')
-rw-r--r--test/mandelbrot.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/test/mandelbrot.h b/test/mandelbrot.h
index 12d8a68cc..51439d8ce 100644
--- a/test/mandelbrot.h
+++ b/test/mandelbrot.h
@@ -1,5 +1,5 @@
//
-// "$Id: mandelbrot.h,v 1.3 1998/10/21 14:21:34 mike Exp $"
+// "$Id: mandelbrot.h,v 1.4 1998/10/21 16:35:18 mike Exp $"
//
// Mandelbrot set header file for the Fast Light Tool Kit (FLTK).
//
@@ -29,8 +29,6 @@
#include <FL/Fl_Window.H>
#include <FL/Fl_Input.H>
-class Drawing_Window;
-
class Drawing_Area : public Fl_Box {
void draw();
public:
@@ -69,15 +67,6 @@ public:
int idle();
};
-class Drawing_Window {
-public:
- Drawing_Area *d;
- Fl_Slider *gamma_slider;
- Fl_Input *x_input, *y_input, *w_input;
- Fl_Window *window;
- void update_label();
-};
-
//
-// End of "$Id: mandelbrot.h,v 1.3 1998/10/21 14:21:34 mike Exp $".
+// End of "$Id: mandelbrot.h,v 1.4 1998/10/21 16:35:18 mike Exp $".
//