summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index a66f75684..24db5d667 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -303,11 +303,14 @@ public:
static void (*idle)();
#ifndef FL_DOXYGEN
+private:
static Fl_Awake_Handler *awake_ring_;
static void **awake_data_;
static int awake_ring_size_;
static int awake_ring_head_;
static int awake_ring_tail_;
+public:
+ static bool equal_awake_ring_ends();
static const char* scheme_;
static Fl_Image* scheme_bg_;