diff options
Diffstat (limited to 'src/Fl_lock.cxx')
| -rw-r--r-- | src/Fl_lock.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Fl_lock.cxx b/src/Fl_lock.cxx index fe527ba84..3aea98d95 100644 --- a/src/Fl_lock.cxx +++ b/src/Fl_lock.cxx @@ -198,3 +198,11 @@ int Fl::lock() { void Fl::unlock() { Fl::system_driver()->unlock(); } + +#ifndef FL_DOXYGEN + +bool Fl::equal_awake_ring_ends() { + return awake_ring_head_ == Fl::awake_ring_tail_; +} + +#endif // FL_DOXYGEN |
