diff options
| author | Manolo Gouy <Manolo> | 2018-02-08 07:37:43 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-02-08 07:37:43 +0000 |
| commit | 0c8ca7944a13a7143846ed448c9f88e088031ae1 (patch) | |
| tree | 613504c9cd15c22f85cd3084dc327c5bedb9cbfd /src | |
| parent | dcc82d8926e447e422f200d01e1aa990233bc16a (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
