diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-03-12 23:44:57 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-03-12 23:44:57 +0000 |
| commit | 5953f5a695979d523e460dbd8b7f4ae7d1b05001 (patch) | |
| tree | 22e267cd8b96d3736502a3c3961200a0683fdd2f /FL | |
| parent | e6631a0f7fdc8d3383927bac49f521791cddcc9c (diff) | |
Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printer::Helper::Helper
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11357 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Double_Window.H | 1 | ||||
| -rw-r--r-- | FL/Fl_Window.H | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/FL/Fl_Double_Window.H b/FL/Fl_Double_Window.H index fc7d1a93d..4ffcb65d1 100644 --- a/FL/Fl_Double_Window.H +++ b/FL/Fl_Double_Window.H @@ -41,7 +41,6 @@ class Fl_Overlay_Window; class FL_EXPORT Fl_Double_Window : public Fl_Window { protected: void flush(int eraseoverlay); - Fl_Double_Window(int X, int Y, int W, int H, const char *l, Fl_Window_Driver *driver); public: /** Return non-null if this is an Fl_Overlay_Window object. diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index e1b0ee479..c1d47c5a7 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -130,7 +130,6 @@ protected: void free_icons(); - Fl_Window(int x, int y, int w, int h, const char* title, Fl_Window_Driver *driver); public: /** |
