summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2002-09-02 04:33:10 +0000
committerBill Spitzak <spitzak@gmail.com>2002-09-02 04:33:10 +0000
commit13dfd24a5790b5cc18901d78d4fb132cf4d10844 (patch)
tree231d90867494987e8bd7f3db589c3024045a1a25 /fluid
parentb700c8c0880107f2ee663d4a58d5e9823c60942d (diff)
Small changes to images from Csaba Biegl <cbiegl@bellsouth.net>
Seems to work and enables all image formats to work in fluid. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2613 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/fluid.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx
index d4509797e..4e70ed345 100644
--- a/fluid/fluid.cxx
+++ b/fluid/fluid.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fluid.cxx,v 1.15.2.13.2.31 2002/08/16 20:10:21 easysw Exp $"
+// "$Id: fluid.cxx,v 1.15.2.13.2.32 2002/09/02 04:33:10 spitzak Exp $"
//
// FLUID main entry for the Fast Light Tool Kit (FLTK).
//
@@ -766,6 +766,7 @@ int main(int argc,char **argv) {
fl_register_images();
make_main_window();
+ fl_register_images();
if (c) set_filename(c);
if (!compile_only) {
Fl::visual((Fl_Mode)(FL_DOUBLE|FL_INDEX));
@@ -800,5 +801,5 @@ int main(int argc,char **argv) {
}
//
-// End of "$Id: fluid.cxx,v 1.15.2.13.2.31 2002/08/16 20:10:21 easysw Exp $".
+// End of "$Id: fluid.cxx,v 1.15.2.13.2.32 2002/09/02 04:33:10 spitzak Exp $".
//