summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.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 /src/Fl_System_Driver.H
parente72fa007e7468a5c4e73533a93fa929650f94013 (diff)
"Public members Fl::awake_ring_*_ should be private" (#559) - cont'd
Diffstat (limited to 'src/Fl_System_Driver.H')
-rw-r--r--src/Fl_System_Driver.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H
index b1901b133..42e2a9815 100644
--- a/src/Fl_System_Driver.H
+++ b/src/Fl_System_Driver.H
@@ -63,6 +63,7 @@ protected:
// implement once for each platform
static Fl_System_Driver *newSystemDriver();
Fl_System_Driver();
+ static bool awake_ring_empty();
public:
virtual ~Fl_System_Driver();
static int command_key;