diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Window.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 8b2f8196a..bbd1f573f 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -120,7 +120,7 @@ protected: \see force_position(int) */ int force_position() const { return ((flags() & FORCE_POSITION)?1:0); } - Fl_Window* window_offset(int& xoff, int& yoff) const; + Fl_Window* top_window_offset(int& xoff, int& yoff) const; public: |
