diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-28 21:04:37 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-28 21:04:37 +0000 |
| commit | 6a6e4ab66c655d2d897c3382a03cd9754257cf01 (patch) | |
| tree | d63153819df5f6528f4a91afea23fe143563f135 /test/help.cxx | |
| parent | 96094e5617f0762538b12d5ba3cfead3d809b73c (diff) | |
Separate the extra image functions into fltk_images.
Add new fl_register_images() function to register the extra file formats
with Fl_Shared_Image.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2329 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/help.cxx')
| -rw-r--r-- | test/help.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/help.cxx b/test/help.cxx index dc3fca907..dcce4702d 100644 --- a/test/help.cxx +++ b/test/help.cxx @@ -1,5 +1,5 @@ // -// "$Id: help.cxx,v 1.1.2.5 2002/06/27 04:29:39 matthiaswm Exp $" +// "$Id: help.cxx,v 1.1.2.6 2002/06/28 21:04:37 easysw Exp $" // // Fl_Help_Dialog test program. // @@ -45,6 +45,8 @@ main(int argc, // I - Number of command-line arguments Fl_Help_Dialog *help; // Help dialog + fl_register_images(); + help = new Fl_Help_Dialog; if (argc < 2) @@ -63,5 +65,5 @@ main(int argc, // I - Number of command-line arguments // -// End of "$Id: help.cxx,v 1.1.2.5 2002/06/27 04:29:39 matthiaswm Exp $". +// End of "$Id: help.cxx,v 1.1.2.6 2002/06/28 21:04:37 easysw Exp $". // |
