diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Widget.H | 1 | ||||
| -rw-r--r-- | FL/Fl_Window.H | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 5f5c9a2d6..bd42506b0 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -921,6 +921,7 @@ public: Fl_Window* window() const ; Fl_Window* top_window() const; + Fl_Window* top_window_offset(int& xoff, int& yoff) const; /** Returns an Fl_Group pointer if this widget is an Fl_Group. diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index bbd1f573f..d6997e601 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -120,7 +120,6 @@ protected: \see force_position(int) */ int force_position() const { return ((flags() & FORCE_POSITION)?1:0); } - Fl_Window* top_window_offset(int& xoff, int& yoff) const; public: |
