diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-03-13 15:31:26 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-03-13 15:31:26 +0000 |
| commit | 30756ae3500a62bd8f63b4df3eb3ca8f6b8b0b70 (patch) | |
| tree | 2fc8e87fa2ed7a3d871acf3f8f3e81ee5d30a376 /FL/Fl_Double_Window.H | |
| parent | 5953f5a695979d523e460dbd8b7f4ae7d1b05001 (diff) | |
Window functions to retrieve more detailed window type
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11358 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Double_Window.H')
| -rw-r--r-- | FL/Fl_Double_Window.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FL/Fl_Double_Window.H b/FL/Fl_Double_Window.H index 4ffcb65d1..35085d309 100644 --- a/FL/Fl_Double_Window.H +++ b/FL/Fl_Double_Window.H @@ -23,7 +23,6 @@ #define Fl_Double_Window_H #include "Fl_Window.H" -class Fl_Overlay_Window; /** The Fl_Double_Window provides a double-buffered window. @@ -45,7 +44,6 @@ public: /** Return non-null if this is an Fl_Overlay_Window object. */ - virtual Fl_Overlay_Window *as_overlay_window() {return NULL; } virtual Fl_Double_Window *as_double_window() {return this; } void show(); void show(int a, char **b) {Fl_Window::show(a,b);} |
