From 0c8ca7944a13a7143846ed448c9f88e088031ae1 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 8 Feb 2018 07:37:43 +0000 Subject: Documentation: add \version info to new member functions. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12651 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Fl.cxx b/src/Fl.cxx index 630d77d3f..0483c2e6a 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -591,6 +591,7 @@ int Fl::ready() /** Run the event loop even without any mapped window if the platform supports it. \return zero indicates the event loop has been terminated. + \version 1.4.0 */ int Fl::run_also_windowless() { return Fl::system_driver()->run_also_windowless(); @@ -598,6 +599,7 @@ int Fl::run_also_windowless() { /** Wait for \p delay seconds or until an event occurs, even without any mapped window if the platform supports it. \return non zero indicates the event loop should be terminated + \version 1.4.0 */ int Fl::wait_also_windowless(double delay) { return Fl::system_driver()->wait_also_windowless(delay); -- cgit v1.2.3