summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Window.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index d6997e601..8b2f8196a 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -120,6 +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;
public: