diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-10 10:19:54 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-10 10:19:54 +0100 |
| commit | df059de37e776874cf1fbe303141764f1c8fc34e (patch) | |
| tree | e54559716865161449627732a9ca5dff43f6b36d /src/Fl_System_Driver.H | |
| parent | e72fa007e7468a5c4e73533a93fa929650f94013 (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.H | 1 |
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; |
