summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-10 10:19:54 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-10 10:19:54 +0100
commitdf059de37e776874cf1fbe303141764f1c8fc34e (patch)
treee54559716865161449627732a9ca5dff43f6b36d /FL/Fl.H
parente72fa007e7468a5c4e73533a93fa929650f94013 (diff)
"Public members Fl::awake_ring_*_ should be private" (#559) - cont'd
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 24db5d667..5c599ffac 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -135,6 +135,7 @@ typedef void (*Fl_Clipboard_Notify_Handler)(int source, void *data);
state information and global methods for the current application.
*/
class FL_EXPORT Fl {
+ friend Fl_System_Driver;
Fl() {} // no constructor!
private:
@@ -310,7 +311,6 @@ private:
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_;