summaryrefslogtreecommitdiff
path: root/test/tiled_image.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-11-29 00:24:43 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-11-29 00:24:43 +0000
commit4b23d4c6d59bb0461e0f1b44c88c489df6ab7a31 (patch)
tree7ec64a2336791e41a68a79b3947aafab38a4113f /test/tiled_image.cxx
parent79d6a32be98d8809c915fd4914cb57a5730202b3 (diff)
VC++ fixes, plus add new tiled_image project file.
Use the plastic box type for the tiled_image demo. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1783 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/tiled_image.cxx')
-rw-r--r--test/tiled_image.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/tiled_image.cxx b/test/tiled_image.cxx
index a888fc99f..ca11a02f7 100644
--- a/test/tiled_image.cxx
+++ b/test/tiled_image.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: tiled_image.cxx,v 1.1.2.2 2001/11/27 17:44:08 easysw Exp $"
+// "$Id: tiled_image.cxx,v 1.1.2.3 2001/11/29 00:24:43 easysw Exp $"
//
// Fl_Tiled_Image test program for the Fast Light Tool Kit (FLTK).
//
@@ -88,6 +88,7 @@ int main(int argc, char **argv) {
Fl_Button b(340,365,50,25,"Close"); ::b = &b;
b.callback(button_cb);
+ b.box(FL_PLASTIC_UP_BOX);
group.end();
@@ -99,5 +100,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: tiled_image.cxx,v 1.1.2.2 2001/11/27 17:44:08 easysw Exp $".
+// End of "$Id: tiled_image.cxx,v 1.1.2.3 2001/11/29 00:24:43 easysw Exp $".
//