From 59be6a7ef905eaf4adbe1fffd517a02ff64ae011 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 9 Dec 2022 18:50:04 +0100 Subject: Fix for "Public members Fl::awake_ring_*_ should be private" (#559) --- FL/Fl.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL/Fl.H') 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_; -- cgit v1.2.3