diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-10 03:09:43 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-10 03:09:43 +0000 |
| commit | 743cd4f95d6b3e9ad2cfe7c299647f2260791b76 (patch) | |
| tree | a8f9fd164c29fa3141e5bd78f0f74243039ec20d /FL/Fl_HelpDialog.H | |
| parent | c15ea394d02de7bfaf9034d3563c7607b70d0684 (diff) | |
HelpView/HelpDialog updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1585 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_HelpDialog.H')
| -rw-r--r-- | FL/Fl_HelpDialog.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_HelpDialog.H b/FL/Fl_HelpDialog.H index 05756cbe0..cd8ee2154 100644 --- a/FL/Fl_HelpDialog.H +++ b/FL/Fl_HelpDialog.H @@ -3,7 +3,7 @@ #ifndef Fl_HelpDialog_H #define Fl_HelpDialog_H #include <FL/Fl.H> -#include <FL/Fl_Window.H> +#include <FL/Fl_Double_Window.H> #include <string.h> #include <FL/Fl_HelpView.H> #include <FL/Fl_Button.H> @@ -16,7 +16,7 @@ class Fl_HelpDialog { public: Fl_HelpDialog(); private: - Fl_Window *window_; + Fl_Double_Window *window_; Fl_HelpView *view_; inline void cb_view__i(Fl_HelpView*, void*); static void cb_view_(Fl_HelpView*, void*); |
