diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-11-02 13:55:13 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-11-02 13:55:13 +0000 |
| commit | cddb39a066ba484ecf44dceb0bdb2b930a0764c9 (patch) | |
| tree | 4db83506ae1585f99a8089403585f2115307ceed /fluid/about_panel.h | |
| parent | ebddf5bf9442daa010aee8cfbc36f2a68a3dd1b1 (diff) | |
STR #1052: Updated FLUID to generate buttons in the correct colors. After all these changes, it may be useful to rebuild all cxx files from fl files. This will make sure that menu items are rendered in foreground color instead of simply black
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/about_panel.h')
| -rw-r--r-- | fluid/about_panel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fluid/about_panel.h b/fluid/about_panel.h index f6e168ca3..bfd932114 100644 --- a/fluid/about_panel.h +++ b/fluid/about_panel.h @@ -33,10 +33,9 @@ extern void show_help(const char *name); #include <FL/Fl_Double_Window.H> extern Fl_Double_Window *about_panel; -#include <FL/Fl_Group.H> #include <FL/Fl_Box.H> -#include <FL/Fl_Return_Button.H> #include <FL/Fl_Button.H> +#include <FL/Fl_Return_Button.H> Fl_Double_Window* make_about_panel(); #endif |
