Skip to content

Commit

Permalink
Small changes to images from Csaba Biegl <cbiegl@bellsouth.net>
Browse files Browse the repository at this point in the history
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
  • Loading branch information
spitzak committed Sep 2, 2002
1 parent b700c8c commit 13dfd24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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));
Expand Down Expand Up @@ -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 $".
//

0 comments on commit 13dfd24

Please sign in to comment.