From 936f01be5c04ee2bfaa4fae1d5ebf77cb47c8625 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 10 Apr 2013 20:13:12 +0000 Subject: While suggesting a new top_window() method for STR#2948, it's realized that for consistency, the recently added window_offset() method (a few days ago) should be renamed to top_window_offset(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9870 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Window.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') 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: -- cgit v1.2.3