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 c34988cf3..f8b25042c 100644
--- a/src/Fl_Window.cxx
+++ b/src/Fl_Window.cxx
@@ -632,7 +632,7 @@ void Fl_Window::size_range(int minw, int minh, int maxw, int maxh, int dw, int d
}
/** The number of the screen containing the mapped window */
-inline int Fl_Window::screen_num() {
+int Fl_Window::screen_num() {
return pWindowDriver->screen_num();
}