From c5d5ba1cf524f4da930bfd4bd77ba044ecf96e54 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 25 Feb 2014 04:24:41 +0000 Subject: Applying the etorres gleam patch. STR #2672. TODO: Xcode 4 ide needs fl_gleam.cxx added Test of Visual Studio IDE mods (which were hand-modified) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10113 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/fluid.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fluid/fluid.cxx') diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 2cbe96756..d0f1adc33 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1113,6 +1113,9 @@ void scheme_cb(Fl_Choice *, void *) { case 3 : // GTK+ Fl::scheme("gtk+"); break; + case 4 : // Gleam + Fl::scheme("gleam"); + break; } fluid_prefs.set("scheme", scheme_choice->value()); -- cgit v1.2.3