summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Window.cxx')
-rw-r--r--src/Fl_Window.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx
index b6e5985bc..ffda05a1a 100644
--- a/src/Fl_Window.cxx
+++ b/src/Fl_Window.cxx
@@ -283,7 +283,7 @@ void Fl_Window::icon(const void * ic) {
\param[out] xoff,yoff Returns the x/y offset
\returns the top-level window
*/
-Fl_Window* Fl_Window::window_offset(int& xoff, int& yoff) const {
+Fl_Window* Fl_Window::top_window_offset(int& xoff, int& yoff) const {
xoff = yoff = 0;
const Fl_Window *win = (const Fl_Window*)this;
while (win && win->window()) {