summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-07-29 02:12:36 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-07-29 02:12:36 +0000
commit520d44ebf698fb5b9c87d38cd7e841f8dd110c81 (patch)
treef540f1a56e2493685568aeb8e4c695b48c9f72f7 /fluid
parentd597ec7b3898940fc8a790916c80b602abeefc1a (diff)
Fix scheme and image drawing bugs.
Bump to 1.1.4rc2. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3064 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/fluid.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx
index 90d327e59..217323f4d 100644
--- a/fluid/fluid.cxx
+++ b/fluid/fluid.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fluid.cxx,v 1.15.2.13.2.39 2003/07/19 06:10:20 matthiaswm Exp $"
+// "$Id: fluid.cxx,v 1.15.2.13.2.40 2003/07/29 02:12:36 easysw Exp $"
//
// FLUID main entry for the Fast Light Tool Kit (FLTK).
//
@@ -842,6 +842,8 @@ int main(int argc,char **argv) {
fl_register_images();
+ if (!compile_only) Fl::scheme(NULL);
+
make_main_window();
#ifdef __APPLE__
@@ -884,5 +886,5 @@ int main(int argc,char **argv) {
}
//
-// End of "$Id: fluid.cxx,v 1.15.2.13.2.39 2003/07/19 06:10:20 matthiaswm Exp $".
+// End of "$Id: fluid.cxx,v 1.15.2.13.2.40 2003/07/29 02:12:36 easysw Exp $".
//