summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
-rw-r--r--test/adjuster.cxx4
-rwxr-xr-xtest/arc.cxx4
-rw-r--r--test/ask.cxx4
-rw-r--r--test/bitmap.cxx4
-rw-r--r--test/boxtype.cxx4
-rw-r--r--test/browser.cxx4
-rw-r--r--test/browserop.cxx4
-rw-r--r--test/button.cxx4
-rw-r--r--test/buttons.cxx4
-rw-r--r--test/checkers.cxx12
-rw-r--r--test/clock.cxx4
-rw-r--r--test/colbrowser.cxx4
-rw-r--r--test/color_chooser.cxx4
-rw-r--r--test/connect.cxx4
-rw-r--r--test/cube.cxx4
-rw-r--r--test/cursor.cxx4
-rw-r--r--test/curve.cxx4
-rw-r--r--test/demo.cxx4
-rw-r--r--test/doublebuffer.cxx4
-rw-r--r--test/file_chooser.cxx4
-rw-r--r--test/fl_jpeg_image.cxx4
-rw-r--r--test/fonts.cxx4
-rw-r--r--test/forms.cxx4
-rw-r--r--test/fractals.cxx4
-rw-r--r--test/fullscreen.cxx4
-rw-r--r--test/gl_overlay.cxx4
-rw-r--r--test/glpuzzle.cxx4
-rw-r--r--test/hello.cxx4
-rw-r--r--test/iconize.cxx4
-rw-r--r--test/image.cxx4
-rw-r--r--test/input.cxx4
-rw-r--r--test/jpeg_image.cxx4
-rw-r--r--test/keyboard.cxx4
-rw-r--r--test/label.cxx4
-rw-r--r--test/list_visuals.cxx4
-rw-r--r--test/mandelbrot.cxx4
-rw-r--r--test/mandelbrot.h4
-rw-r--r--test/menubar.cxx4
-rw-r--r--test/message.cxx4
-rw-r--r--test/minimum.cxx4
-rw-r--r--test/navigation.cxx4
-rw-r--r--test/output.cxx4
-rw-r--r--test/overlay.cxx4
-rw-r--r--test/pack.cxx4
-rw-r--r--test/pixmap.cxx4
-rw-r--r--test/pixmap_browser.cxx4
-rw-r--r--test/resizebox.cxx4
-rw-r--r--test/scroll.cxx4
-rw-r--r--test/shape.cxx4
-rw-r--r--test/shiny.cxx4
-rw-r--r--test/style.C4
-rw-r--r--test/subwindow.cxx4
-rw-r--r--test/symbols.cxx4
-rwxr-xr-xtest/tile.cxx4
55 files changed, 114 insertions, 114 deletions
diff --git a/test/Makefile b/test/Makefile
index 5decf1a6c..001936ba8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id"
+# "$Id: Makefile,v 1.4 1998/10/21 14:21:12 mike Exp $"
#
# Test/example program makefile for the Fast Light Tool Kit (FLTK).
#
@@ -76,5 +76,5 @@ clean:
-@ rm -f ${ALL} jpeg_image *.o core *~
#
-# End of "$Id: Makefile,v 1.3 1998/10/20 21:06:19 mike Exp $".
+# End of "$Id: Makefile,v 1.4 1998/10/21 14:21:12 mike Exp $".
#
diff --git a/test/adjuster.cxx b/test/adjuster.cxx
index e4602e3cc..e61aef078 100644
--- a/test/adjuster.cxx
+++ b/test/adjuster.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: adjuster.cxx,v 1.3 1998/10/21 14:21:12 mike Exp $"
//
// Adjuster test program for the Fast Light Tool Kit (FLTK).
//
@@ -60,5 +60,5 @@ int main(int, char ** argv) {
}
//
-// End of "$Id: adjuster.cxx,v 1.2 1998/10/20 13:24:48 mike Exp $".
+// End of "$Id: adjuster.cxx,v 1.3 1998/10/21 14:21:12 mike Exp $".
//
diff --git a/test/arc.cxx b/test/arc.cxx
index 164475d52..773530888 100755
--- a/test/arc.cxx
+++ b/test/arc.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: arc.cxx,v 1.3 1998/10/21 14:21:13 mike Exp $"
//
// Arc drawing test program for the Fast Light Tool Kit (FLTK).
//
@@ -92,6 +92,6 @@ int main(int argc, char** argv) {
//
-// End of "$Id: arc.cxx,v 1.2 1998/10/20 13:24:49 mike Exp $".
+// End of "$Id: arc.cxx,v 1.3 1998/10/21 14:21:13 mike Exp $".
//
diff --git a/test/ask.cxx b/test/ask.cxx
index 1b93b9f2b..d3b8f546d 100644
--- a/test/ask.cxx
+++ b/test/ask.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: ask.cxx,v 1.3 1998/10/21 14:21:14 mike Exp $"
//
// Standard dialog test program for the Fast Light Tool Kit (FLTK).
//
@@ -110,5 +110,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: ask.cxx,v 1.2 1998/10/20 13:24:50 mike Exp $".
+// End of "$Id: ask.cxx,v 1.3 1998/10/21 14:21:14 mike Exp $".
//
diff --git a/test/bitmap.cxx b/test/bitmap.cxx
index 3fa44dd8c..d94f4e311 100644
--- a/test/bitmap.cxx
+++ b/test/bitmap.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: bitmap.cxx,v 1.3 1998/10/21 14:21:14 mike Exp $"
//
// Bitmap label test program for the Fast Light Tool Kit (FLTK).
//
@@ -137,5 +137,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: bitmap.cxx,v 1.2 1998/10/20 13:24:50 mike Exp $".
+// End of "$Id: bitmap.cxx,v 1.3 1998/10/21 14:21:14 mike Exp $".
//
diff --git a/test/boxtype.cxx b/test/boxtype.cxx
index 895771fd8..9a72ca7c8 100644
--- a/test/boxtype.cxx
+++ b/test/boxtype.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: boxtype.cxx,v 1.3 1998/10/21 14:21:15 mike Exp $"
//
// Boxtype test program for the Fast Light Tool Kit (FLTK).
//
@@ -89,5 +89,5 @@ int main(int argc, char ** argv) {
}
//
-// End of "$Id: boxtype.cxx,v 1.2 1998/10/20 13:24:51 mike Exp $".
+// End of "$Id: boxtype.cxx,v 1.3 1998/10/21 14:21:15 mike Exp $".
//
diff --git a/test/browser.cxx b/test/browser.cxx
index a5c97821a..32da1b44b 100644
--- a/test/browser.cxx
+++ b/test/browser.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: browser.cxx,v 1.3 1998/10/21 14:21:16 mike Exp $"
//
// Browser test program for the Fast Light Tool Kit (FLTK).
//
@@ -94,6 +94,6 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: browser.cxx,v 1.2 1998/10/20 13:24:52 mike Exp $".
+// End of "$Id: browser.cxx,v 1.3 1998/10/21 14:21:16 mike Exp $".
//
diff --git a/test/browserop.cxx b/test/browserop.cxx
index 7f8e7bfdf..861ddf421 100644
--- a/test/browserop.cxx
+++ b/test/browserop.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: browserop.cxx,v 1.3 1998/10/21 14:21:16 mike Exp $"
//
// Browser operation test program for the Fast Light Tool Kit (FLTK).
//
@@ -104,5 +104,5 @@ main(int argc, char *argv[])
}
//
-// End of "$Id: browserop.cxx,v 1.2 1998/10/20 13:24:53 mike Exp $".
+// End of "$Id: browserop.cxx,v 1.3 1998/10/21 14:21:16 mike Exp $".
//
diff --git a/test/button.cxx b/test/button.cxx
index fd92f7e1c..1888c7c5d 100644
--- a/test/button.cxx
+++ b/test/button.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: button.cxx,v 1.3 1998/10/21 14:21:17 mike Exp $"
//
// Button/callback test program for the Fast Light Tool Kit (FLTK).
//
@@ -50,5 +50,5 @@ int main(int argc, char ** argv) {
}
//
-// End of "$Id: button.cxx,v 1.2 1998/10/20 13:24:54 mike Exp $".
+// End of "$Id: button.cxx,v 1.3 1998/10/21 14:21:17 mike Exp $".
//
diff --git a/test/buttons.cxx b/test/buttons.cxx
index 922f87957..158102e7c 100644
--- a/test/buttons.cxx
+++ b/test/buttons.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: buttons.cxx,v 1.3 1998/10/21 14:21:17 mike Exp $"
//
// Another button test program for the Fast Light Tool Kit (FLTK).
//
@@ -48,5 +48,5 @@ int main(int argc, char ** argv) {
}
//
-// End of "$Id: buttons.cxx,v 1.2 1998/10/20 13:24:54 mike Exp $".
+// End of "$Id: buttons.cxx,v 1.3 1998/10/21 14:21:17 mike Exp $".
//
diff --git a/test/checkers.cxx b/test/checkers.cxx
index 6c676a67c..a35e3eb1f 100644
--- a/test/checkers.cxx
+++ b/test/checkers.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: checkers.cxx,v 1.5 1998/10/21 14:21:18 mike Exp $"
//
// Checkers game for the Fast Light Tool Kit (FLTK).
//
@@ -1014,8 +1014,8 @@ void Board::drag_piece(int i, int dx, int dy) {
dragging = b[i];
}
if (dx != dragx || dy != dragy) {
- damage(FL_DAMAGE_OVERLAY, dragx, dragy, ISIZE, ISIZE);
- damage(FL_DAMAGE_OVERLAY, dx, dy, ISIZE, ISIZE);
+ damage(FL_DAMAGE_ALL, dragx, dragy, ISIZE, ISIZE);
+ damage(FL_DAMAGE_ALL, dx, dy, ISIZE, ISIZE);
}
dragx = dx;
dragy = dy;
@@ -1029,8 +1029,8 @@ void Board::drop_piece(int i) {
int x = squarex(i);
int y = squarey(i);
if (x != dragx || y != dragy) {
- damage(FL_DAMAGE_OVERLAY, dragx, dragy, ISIZE, ISIZE);
- damage(FL_DAMAGE_OVERLAY, x, y, ISIZE, ISIZE);
+ damage(4, dragx, dragy, ISIZE, ISIZE);
+ damage(4, x, y, ISIZE, ISIZE);
}
}
@@ -1366,5 +1366,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: checkers.cxx,v 1.4 1998/10/20 13:24:55 mike Exp $".
+// End of "$Id: checkers.cxx,v 1.5 1998/10/21 14:21:18 mike Exp $".
//
diff --git a/test/clock.cxx b/test/clock.cxx
index 6d3d2bb32..71a140b74 100644
--- a/test/clock.cxx
+++ b/test/clock.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: clock.cxx,v 1.3 1998/10/21 14:21:19 mike Exp $"
//
// Clock test program for the Fast Light Tool Kit (FLTK).
//
@@ -47,5 +47,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: clock.cxx,v 1.2 1998/10/20 13:24:56 mike Exp $".
+// End of "$Id: clock.cxx,v 1.3 1998/10/21 14:21:19 mike Exp $".
//
diff --git a/test/colbrowser.cxx b/test/colbrowser.cxx
index 7b068a511..230afe98c 100644
--- a/test/colbrowser.cxx
+++ b/test/colbrowser.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: colbrowser.cxx,v 1.3 1998/10/21 14:21:19 mike Exp $"
//
// Forms test program for the Fast Light Tool Kit (FLTK).
//
@@ -341,5 +341,5 @@ create_form_cl(void)
}
//
-// End of "$Id: colbrowser.cxx,v 1.2 1998/10/20 13:24:56 mike Exp $".
+// End of "$Id: colbrowser.cxx,v 1.3 1998/10/21 14:21:19 mike Exp $".
//
diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx
index e987d0035..6df40aa79 100644
--- a/test/color_chooser.cxx
+++ b/test/color_chooser.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: color_chooser.cxx,v 1.4 1998/10/21 14:21:20 mike Exp $"
//
// Color chooser test program for the Fast Light Tool Kit (FLTK).
//
@@ -146,5 +146,5 @@ int main(int argc, char ** argv) {
}
//
-// End of "$Id: color_chooser.cxx,v 1.3 1998/10/20 13:24:57 mike Exp $".
+// End of "$Id: color_chooser.cxx,v 1.4 1998/10/21 14:21:20 mike Exp $".
//
diff --git a/test/connect.cxx b/test/connect.cxx
index 3ce445994..51ef449f9 100644
--- a/test/connect.cxx
+++ b/test/connect.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: connect.cxx,v 1.3 1998/10/21 14:21:20 mike Exp $"
//
// PPP example program for the Fast Light Tool Kit (FLTK).
//
@@ -68,5 +68,5 @@ int main(int argc, char ** argv) {
}
//
-// End of "$Id: connect.cxx,v 1.2 1998/10/20 13:24:58 mike Exp $".
+// End of "$Id: connect.cxx,v 1.3 1998/10/21 14:21:20 mike Exp $".
//
diff --git a/test/cube.cxx b/test/cube.cxx
index d83e7c0b5..4fd9e091a 100644
--- a/test/cube.cxx
+++ b/test/cube.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: cube.cxx,v 1.3 1998/10/21 14:21:21 mike Exp $"
//
// Another forms test program for the Fast Light Tool Kit (FLTK).
//
@@ -169,5 +169,5 @@ main(int argc, char **argv) {
}
//
-// End of "$Id: cube.cxx,v 1.2 1998/10/20 13:24:58 mike Exp $".
+// End of "$Id: cube.cxx,v 1.3 1998/10/21 14:21:21 mike Exp $".
//
diff --git a/test/cursor.cxx b/test/cursor.cxx
index 16547ad12..b05bba848 100644
--- a/test/cursor.cxx
+++ b/test/cursor.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: cursor.cxx,v 1.3 1998/10/21 14:21:22 mike Exp $"
//
// Cursor test program for the Fast Light Tool Kit (FLTK).
//
@@ -159,5 +159,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: cursor.cxx,v 1.2 1998/10/20 13:24:59 mike Exp $".
+// End of "$Id: cursor.cxx,v 1.3 1998/10/21 14:21:22 mike Exp $".
//
diff --git a/test/curve.cxx b/test/curve.cxx
index 1300a3a3c..52e86aae1 100644
--- a/test/curve.cxx
+++ b/test/curve.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: curve.cxx,v 1.3 1998/10/21 14:21:22 mike Exp $"
//
// Curve test program for the Fast Light Tool Kit (FLTK).
//
@@ -109,5 +109,5 @@ int main(int argc, char** argv) {
}
//
-// End of "$Id: curve.cxx,v 1.2 1998/10/20 13:25:00 mike Exp $".
+// End of "$Id: curve.cxx,v 1.3 1998/10/21 14:21:22 mike Exp $".
//
diff --git a/test/demo.cxx b/test/demo.cxx
index a8ad9855a..3be366a7c 100644
--- a/test/demo.cxx
+++ b/test/demo.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: demo.cxx,v 1.3 1998/10/21 14:21:23 mike Exp $"
//
// Main demo program for the Fast Light Tool Kit (FLTK).
//
@@ -272,5 +272,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: demo.cxx,v 1.2 1998/10/20 13:25:00 mike Exp $".
+// End of "$Id: demo.cxx,v 1.3 1998/10/21 14:21:23 mike Exp $".
//
diff --git a/test/doublebuffer.cxx b/test/doublebuffer.cxx
index a88bc2f0d..dfcd372f0 100644
--- a/test/doublebuffer.cxx
+++ b/test/doublebuffer.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: doublebuffer.cxx,v 1.3 1998/10/21 14:21:23 mike Exp $"
//
// Double-buffering test program for the Fast Light Tool Kit (FLTK).
//
@@ -122,5 +122,5 @@ int main() {
}
//
-// End of "$Id: doublebuffer.cxx,v 1.2 1998/10/20 13:25:01 mike Exp $".
+// End of "$Id: doublebuffer.cxx,v 1.3 1998/10/21 14:21:23 mike Exp $".
//
diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx
index d9dad66c6..8ca5854c8 100644
--- a/test/file_chooser.cxx
+++ b/test/file_chooser.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: file_chooser.cxx,v 1.3 1998/10/21 14:21:24 mike Exp $"
//
// File chooser test program for the Fast Light Tool Kit (FLTK).
//
@@ -59,5 +59,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: file_chooser.cxx,v 1.2 1998/10/20 13:25:02 mike Exp $".
+// End of "$Id: file_chooser.cxx,v 1.3 1998/10/21 14:21:24 mike Exp $".
//
diff --git a/test/fl_jpeg_image.cxx b/test/fl_jpeg_image.cxx
index 62efeca13..0fac1fd35 100644
--- a/test/fl_jpeg_image.cxx
+++ b/test/fl_jpeg_image.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: fl_jpeg_image.cxx,v 1.3 1998/10/21 14:21:25 mike Exp $"
//
// fl_draw_image test program for the Fast Light Tool Kit (FLTK).
//
@@ -197,5 +197,5 @@ void readtheimage(const char *name) {
#endif
//
-// End of "$Id: fl_jpeg_image.cxx,v 1.2 1998/10/20 13:25:02 mike Exp $".
+// End of "$Id: fl_jpeg_image.cxx,v 1.3 1998/10/21 14:21:25 mike Exp $".
//
diff --git a/test/fonts.cxx b/test/fonts.cxx
index dc3e6ccfa..ca202a14d 100644
--- a/test/fonts.cxx
+++ b/test/fonts.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: fonts.cxx,v 1.3 1998/10/21 14:21:25 mike Exp $"
//
// Font demo program for the Fast Light Tool Kit (FLTK).
//
@@ -150,5 +150,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: fonts.cxx,v 1.2 1998/10/20 13:25:03 mike Exp $".
+// End of "$Id: fonts.cxx,v 1.3 1998/10/21 14:21:25 mike Exp $".
//
diff --git a/test/forms.cxx b/test/forms.cxx
index 230ddddeb..812d026b5 100644
--- a/test/forms.cxx
+++ b/test/forms.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: forms.cxx,v 1.3 1998/10/21 14:21:26 mike Exp $"
//
// Another forms demo for the Fast Light Tool Kit (FLTK).
//
@@ -229,5 +229,5 @@ main (int argc, char *argv[])
}
//
-// End of "$Id: forms.cxx,v 1.2 1998/10/20 13:25:04 mike Exp $".
+// End of "$Id: forms.cxx,v 1.3 1998/10/21 14:21:26 mike Exp $".
//
diff --git a/test/fractals.cxx b/test/fractals.cxx
index 1ab3f4c51..636d3306a 100644
--- a/test/fractals.cxx
+++ b/test/fractals.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: fractals.cxx,v 1.3 1998/10/21 14:21:26 mike Exp $"
//
// Fractal drawing demo for the Fast Light Tool Kit (FLTK).
//
@@ -802,5 +802,5 @@ int main(int argc, char** argv)
#endif
//
-// End of "$Id: fractals.cxx,v 1.2 1998/10/20 13:25:04 mike Exp $".
+// End of "$Id: fractals.cxx,v 1.3 1998/10/21 14:21:26 mike Exp $".
//
diff --git a/test/fullscreen.cxx b/test/fullscreen.cxx
index 5b4d91ba9..2592414ab 100644
--- a/test/fullscreen.cxx
+++ b/test/fullscreen.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: fullscreen.cxx,v 1.3 1998/10/21 14:21:27 mike Exp $"
//
// Fullscreen test program for the Fast Light Tool Kit (FLTK).
//
@@ -240,5 +240,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: fullscreen.cxx,v 1.2 1998/10/20 13:25:05 mike Exp $".
+// End of "$Id: fullscreen.cxx,v 1.3 1998/10/21 14:21:27 mike Exp $".
//
diff --git a/test/gl_overlay.cxx b/test/gl_overlay.cxx
index 3324b9bd9..7770bad85 100644
--- a/test/gl_overlay.cxx
+++ b/test/gl_overlay.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: gl_overlay.cxx,v 1.3 1998/10/21 14:21:28 mike Exp $"
//
// OpenGL overlay test program for the Fast Light Tool Kit (FLTK).
//
@@ -151,5 +151,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: gl_overlay.cxx,v 1.2 1998/10/20 13:25:06 mike Exp $".
+// End of "$Id: gl_overlay.cxx,v 1.3 1998/10/21 14:21:28 mike Exp $".
//
diff --git a/test/glpuzzle.cxx b/test/glpuzzle.cxx
index 8d881ac43..f62fa1b8a 100644
--- a/test/glpuzzle.cxx
+++ b/test/glpuzzle.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: glpuzzle.cxx,v 1.3 1998/10/21 14:21:28 mike Exp $"
//
// OpenGL puzzle demo for the Fast Light Tool Kit (FLTK).
//
@@ -1479,5 +1479,5 @@ main(int argc, char **argv)
#endif // added for fltk's distribution
//
-// End of "$Id: glpuzzle.cxx,v 1.2 1998/10/20 13:25:06 mike Exp $".
+// End of "$Id: glpuzzle.cxx,v 1.3 1998/10/21 14:21:28 mike Exp $".
//
diff --git a/test/hello.cxx b/test/hello.cxx
index 0d65b5b6e..391d2c7f2 100644
--- a/test/hello.cxx
+++ b/test/hello.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: hello.cxx,v 1.3 1998/10/21 14:21:29 mike Exp $"
//
// Hello, World! program for the Fast Light Tool Kit (FLTK).
//
@@ -39,5 +39,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: hello.cxx,v 1.2 1998/10/20 13:25:07 mike Exp $".
+// End of "$Id: hello.cxx,v 1.3 1998/10/21 14:21:29 mike Exp $".
//
diff --git a/test/iconize.cxx b/test/iconize.cxx
index 159eb4de6..91841bb50 100644
--- a/test/iconize.cxx
+++ b/test/iconize.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: iconize.cxx,v 1.3 1998/10/21 14:21:29 mike Exp $"
//
// Iconize test program for the Fast Light Tool Kit (FLTK).
//
@@ -77,5 +77,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: iconize.cxx,v 1.2 1998/10/20 13:25:08 mike Exp $".
+// End of "$Id: iconize.cxx,v 1.3 1998/10/21 14:21:29 mike Exp $".
//
diff --git a/test/image.cxx b/test/image.cxx
index bb602b9a1..1be01cd31 100644
--- a/test/image.cxx
+++ b/test/image.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: image.cxx,v 1.4 1998/10/21 14:21:30 mike Exp $"
//
// Fl_Image test program for the Fast Light Tool Kit (FLTK).
//
@@ -133,5 +133,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: image.cxx,v 1.3 1998/10/20 13:25:09 mike Exp $".
+// End of "$Id: image.cxx,v 1.4 1998/10/21 14:21:30 mike Exp $".
//
diff --git a/test/input.cxx b/test/input.cxx
index 22a0f916d..edfc80653 100644
--- a/test/input.cxx
+++ b/test/input.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: input.cxx,v 1.3 1998/10/21 14:21:30 mike Exp $"
//
// Input field test program for the Fast Light Tool Kit (FLTK).
//
@@ -115,5 +115,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: input.cxx,v 1.2 1998/10/20 13:25:09 mike Exp $".
+// End of "$Id: input.cxx,v 1.3 1998/10/21 14:21:30 mike Exp $".
//
diff --git a/test/jpeg_image.cxx b/test/jpeg_image.cxx
index 12a74cab6..8bf1f2f2a 100644
--- a/test/jpeg_image.cxx
+++ b/test/jpeg_image.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: jpeg_image.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $"
//
// fl_draw_image test program for the Fast Light Tool Kit (FLTK).
//
@@ -198,5 +198,5 @@ void readtheimage(const char *name) {
#endif
//
-// End of "$Id: jpeg_image.cxx,v 1.2 1998/10/20 13:25:10 mike Exp $".
+// End of "$Id: jpeg_image.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $".
//
diff --git a/test/keyboard.cxx b/test/keyboard.cxx
index cdee04518..df7205751 100644
--- a/test/keyboard.cxx
+++ b/test/keyboard.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: keyboard.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $"
//
// Keyboard/event test program for the Fast Light Tool Kit (FLTK).
//
@@ -127,5 +127,5 @@ int main(int argc, char** argv) {
}
//
-// End of "$Id: keyboard.cxx,v 1.2 1998/10/20 13:25:11 mike Exp $".
+// End of "$Id: keyboard.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $".
//
diff --git a/test/label.cxx b/test/label.cxx
index 5bf643631..3a1041adb 100644
--- a/test/label.cxx
+++ b/test/label.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: label.cxx,v 1.3 1998/10/21 14:21:32 mike Exp $"
//
// Label test program for the Fast Light Tool Kit (FLTK).
//
@@ -156,5 +156,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: label.cxx,v 1.2 1998/10/20 13:25:11 mike Exp $".
+// End of "$Id: label.cxx,v 1.3 1998/10/21 14:21:32 mike Exp $".
//
diff --git a/test/list_visuals.cxx b/test/list_visuals.cxx
index 59ce2d8a1..69b723c4a 100644
--- a/test/list_visuals.cxx
+++ b/test/list_visuals.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: list_visuals.cxx,v 1.4 1998/10/21 14:21:33 mike Exp $"
//
// Visual list utility for the Fast Light Tool Kit (FLTK).
//
@@ -235,5 +235,5 @@ int main(int argc, char **argv) {
#endif
//
-// End of "$Id: list_visuals.cxx,v 1.3 1998/10/20 13:25:12 mike Exp $".
+// End of "$Id: list_visuals.cxx,v 1.4 1998/10/21 14:21:33 mike Exp $".
//
diff --git a/test/mandelbrot.cxx b/test/mandelbrot.cxx
index 5f60480cb..df8f531bd 100644
--- a/test/mandelbrot.cxx
+++ b/test/mandelbrot.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: mandelbrot.cxx,v 1.3 1998/10/21 14:21:33 mike Exp $"
//
// Mandelbrot set demo for the Fast Light Tool Kit (FLTK).
//
@@ -225,5 +225,5 @@ void w_callback(Fl_Input* o, Drawing_Window* s) {
}
//
-// End of "$Id: mandelbrot.cxx,v 1.2 1998/10/20 13:25:12 mike Exp $".
+// End of "$Id: mandelbrot.cxx,v 1.3 1998/10/21 14:21:33 mike Exp $".
//
diff --git a/test/mandelbrot.h b/test/mandelbrot.h
index 5d011fe17..12d8a68cc 100644
--- a/test/mandelbrot.h
+++ b/test/mandelbrot.h
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: mandelbrot.h,v 1.3 1998/10/21 14:21:34 mike Exp $"
//
// Mandelbrot set header file for the Fast Light Tool Kit (FLTK).
//
@@ -79,5 +79,5 @@ public:
};
//
-// End of "$Id: mandelbrot.h,v 1.2 1998/10/20 13:25:13 mike Exp $".
+// End of "$Id: mandelbrot.h,v 1.3 1998/10/21 14:21:34 mike Exp $".
//
diff --git a/test/menubar.cxx b/test/menubar.cxx
index e03a7a829..9296d29e5 100644
--- a/test/menubar.cxx
+++ b/test/menubar.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: menubar.cxx,v 1.3 1998/10/21 14:21:34 mike Exp $"
//
// Menubar test program for the Fast Light Tool Kit (FLTK).
//
@@ -207,5 +207,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: menubar.cxx,v 1.2 1998/10/20 13:25:14 mike Exp $".
+// End of "$Id: menubar.cxx,v 1.3 1998/10/21 14:21:34 mike Exp $".
//
diff --git a/test/message.cxx b/test/message.cxx
index 102cc305c..4ddf864d3 100644
--- a/test/message.cxx
+++ b/test/message.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: message.cxx,v 1.3 1998/10/21 14:21:35 mike Exp $"
//
// Message test program for the Fast Light Tool Kit (FLTK).
//
@@ -43,5 +43,5 @@ int main(int, char **) {
}
//
-// End of "$Id: message.cxx,v 1.2 1998/10/20 13:25:14 mike Exp $".
+// End of "$Id: message.cxx,v 1.3 1998/10/21 14:21:35 mike Exp $".
//
diff --git a/test/minimum.cxx b/test/minimum.cxx
index ab81ae337..e0c7dadfc 100644
--- a/test/minimum.cxx
+++ b/test/minimum.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: minimum.cxx,v 1.3 1998/10/21 14:21:35 mike Exp $"
//
// Minimal update test program for the Fast Light Tool Kit (FLTK).
//
@@ -74,5 +74,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: minimum.cxx,v 1.2 1998/10/20 13:25:15 mike Exp $".
+// End of "$Id: minimum.cxx,v 1.3 1998/10/21 14:21:35 mike Exp $".
//
diff --git a/test/navigation.cxx b/test/navigation.cxx
index b761f3d86..25448f43c 100644
--- a/test/navigation.cxx
+++ b/test/navigation.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: navigation.cxx,v 1.3 1998/10/21 14:21:36 mike Exp $"
//
// Navigation test program for the Fast Light Tool Kit (FLTK).
//
@@ -66,5 +66,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: navigation.cxx,v 1.2 1998/10/20 13:25:16 mike Exp $".
+// End of "$Id: navigation.cxx,v 1.3 1998/10/21 14:21:36 mike Exp $".
//
diff --git a/test/output.cxx b/test/output.cxx
index ef554938c..78797695d 100644
--- a/test/output.cxx
+++ b/test/output.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: output.cxx,v 1.3 1998/10/21 14:21:36 mike Exp $"
//
// Output test program for the Fast Light Tool Kit (FLTK).
//
@@ -97,5 +97,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: output.cxx,v 1.2 1998/10/20 13:25:16 mike Exp $".
+// End of "$Id: output.cxx,v 1.3 1998/10/21 14:21:36 mike Exp $".
//
diff --git a/test/overlay.cxx b/test/overlay.cxx
index 8201ac85a..0a6a30006 100644
--- a/test/overlay.cxx
+++ b/test/overlay.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: overlay.cxx,v 1.3 1998/10/21 14:21:37 mike Exp $"
//
// Overlay window test program for the Fast Light Tool Kit (FLTK).
//
@@ -80,5 +80,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: overlay.cxx,v 1.2 1998/10/20 13:25:17 mike Exp $".
+// End of "$Id: overlay.cxx,v 1.3 1998/10/21 14:21:37 mike Exp $".
//
diff --git a/test/pack.cxx b/test/pack.cxx
index f75fc7bae..5fa274f46 100644
--- a/test/pack.cxx
+++ b/test/pack.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: pack.cxx,v 1.3 1998/10/21 14:21:38 mike Exp $"
//
// Fl_Pack test program for the Fast Light Tool Kit (FLTK).
//
@@ -114,5 +114,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: pack.cxx,v 1.2 1998/10/20 13:25:18 mike Exp $".
+// End of "$Id: pack.cxx,v 1.3 1998/10/21 14:21:38 mike Exp $".
//
diff --git a/test/pixmap.cxx b/test/pixmap.cxx
index b0ff3df38..6ad5eb8be 100644
--- a/test/pixmap.cxx
+++ b/test/pixmap.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: pixmap.cxx,v 1.3 1998/10/21 14:21:38 mike Exp $"
//
// Pixmap label test program for the Fast Light Tool Kit (FLTK).
//
@@ -87,5 +87,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: pixmap.cxx,v 1.2 1998/10/20 13:25:18 mike Exp $".
+// End of "$Id: pixmap.cxx,v 1.3 1998/10/21 14:21:38 mike Exp $".
//
diff --git a/test/pixmap_browser.cxx b/test/pixmap_browser.cxx
index 0ab4f7321..914d3936f 100644
--- a/test/pixmap_browser.cxx
+++ b/test/pixmap_browser.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: pixmap_browser.cxx,v 1.3 1998/10/21 14:21:39 mike Exp $"
//
// Another pixmap test program for the Fast Light Tool Kit (FLTK).
//
@@ -164,5 +164,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: pixmap_browser.cxx,v 1.2 1998/10/20 13:25:19 mike Exp $".
+// End of "$Id: pixmap_browser.cxx,v 1.3 1998/10/21 14:21:39 mike Exp $".
//
diff --git a/test/resizebox.cxx b/test/resizebox.cxx
index 237f6c789..c66510e39 100644
--- a/test/resizebox.cxx
+++ b/test/resizebox.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: resizebox.cxx,v 1.3 1998/10/21 14:21:39 mike Exp $"
//
// Resize box test program for the Fast Light Tool Kit (FLTK).
//
@@ -97,5 +97,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: resizebox.cxx,v 1.2 1998/10/20 13:25:20 mike Exp $".
+// End of "$Id: resizebox.cxx,v 1.3 1998/10/21 14:21:39 mike Exp $".
//
diff --git a/test/scroll.cxx b/test/scroll.cxx
index b5f6f274d..bc41a6eb5 100644
--- a/test/scroll.cxx
+++ b/test/scroll.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: scroll.cxx,v 1.3 1998/10/21 14:21:40 mike Exp $"
//
// Fl_Scroll test program for the Fast Light Tool Kit (FLTK).
//
@@ -137,5 +137,5 @@ int main(int argc, char** argv) {
}
//
-// End of "$Id: scroll.cxx,v 1.2 1998/10/20 13:25:20 mike Exp $".
+// End of "$Id: scroll.cxx,v 1.3 1998/10/21 14:21:40 mike Exp $".
//
diff --git a/test/shape.cxx b/test/shape.cxx
index 289981661..ccf4afb14 100644
--- a/test/shape.cxx
+++ b/test/shape.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: shape.cxx,v 1.3 1998/10/21 14:21:41 mike Exp $"
//
// Tiny OpenGL demo program for the Fast Light Tool Kit (FLTK).
//
@@ -114,5 +114,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: shape.cxx,v 1.2 1998/10/20 13:25:21 mike Exp $".
+// End of "$Id: shape.cxx,v 1.3 1998/10/21 14:21:41 mike Exp $".
//
diff --git a/test/shiny.cxx b/test/shiny.cxx
index 76d481cd2..2366ebbd7 100644
--- a/test/shiny.cxx
+++ b/test/shiny.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: shiny.cxx,v 1.3 1998/10/21 14:21:42 mike Exp $"
//
// OpenGL "shiny buttons" test program for the Fast Light Tool Kit (FLTK).
//
@@ -303,5 +303,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: shiny.cxx,v 1.2 1998/10/20 13:25:22 mike Exp $".
+// End of "$Id: shiny.cxx,v 1.3 1998/10/21 14:21:42 mike Exp $".
//
diff --git a/test/style.C b/test/style.C
index c12cc6e32..eeda83e0b 100644
--- a/test/style.C
+++ b/test/style.C
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: style.C,v 1.3 1998/10/21 14:21:42 mike Exp $"
//
// Style demo for the Fast Light Tool Kit (FLTK).
//
@@ -163,5 +163,5 @@ void defaults_cb(Fl_Button*, void*) {
}
//
-// End of "$Id: style.C,v 1.2 1998/10/20 13:25:23 mike Exp $".
+// End of "$Id: style.C,v 1.3 1998/10/21 14:21:42 mike Exp $".
//
diff --git a/test/subwindow.cxx b/test/subwindow.cxx
index 9199694d7..ff96e45ee 100644
--- a/test/subwindow.cxx
+++ b/test/subwindow.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: subwindow.cxx,v 1.3 1998/10/21 14:21:43 mike Exp $"
//
// Nested window test program for the Fast Light Tool Kit (FLTK).
//
@@ -132,5 +132,5 @@ int main(int, char **) {
}
//
-// End of "$Id: subwindow.cxx,v 1.2 1998/10/20 13:25:24 mike Exp $".
+// End of "$Id: subwindow.cxx,v 1.3 1998/10/21 14:21:43 mike Exp $".
//
diff --git a/test/symbols.cxx b/test/symbols.cxx
index f20175108..5d5c591a5 100644
--- a/test/symbols.cxx
+++ b/test/symbols.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: symbols.cxx,v 1.3 1998/10/21 14:21:43 mike Exp $"
//
// Symbol test program for the Fast Light Tool Kit (FLTK).
//
@@ -85,5 +85,5 @@ bt("@DnArrow");
}
//
-// End of "$Id: symbols.cxx,v 1.2 1998/10/20 13:25:24 mike Exp $".
+// End of "$Id: symbols.cxx,v 1.3 1998/10/21 14:21:43 mike Exp $".
//
diff --git a/test/tile.cxx b/test/tile.cxx
index d1f14811e..81fba7c84 100755
--- a/test/tile.cxx
+++ b/test/tile.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: tile.cxx,v 1.3 1998/10/21 14:21:44 mike Exp $"
//
// Tile test program for the Fast Light Tool Kit (FLTK).
//
@@ -86,5 +86,5 @@ int main(int argc, char** argv) {
}
//
-// End of "$Id: tile.cxx,v 1.2 1998/10/20 13:25:25 mike Exp $".
+// End of "$Id: tile.cxx,v 1.3 1998/10/21 14:21:44 mike Exp $".
//