From 9fc45db999147a80d490ec8a6ecd64735316280b Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 10 Apr 2013 21:16:16 +0000 Subject: As per notes from STR#2948: Moved top_window_offset() to being a member of Fl_Widget (was Fl_Window) and moved its code near implementations of top_window() and window(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9872 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Widget.H | 1 + FL/Fl_Window.H | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') 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: -- cgit v1.2.3