diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-03-08 16:59:02 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-03-08 16:59:02 +0100 |
| commit | 0941f0600a26b85b49ab37ab2068a42a4962359c (patch) | |
| tree | aa277563904084a7e8bf97704440e07c017a5915 /src/Fl_System_Driver.H | |
| parent | 43e24a7541fabf6479432b189998bb07436d7288 (diff) | |
Add Fl_Darwin_System_Driver::filename_relative()
This removes the last instance in FLTK of use of #if __APPLE__ instead of the driver mechanism.
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 e1bb6b7d3..e306e7e74 100644 --- a/src/Fl_System_Driver.H +++ b/src/Fl_System_Driver.H @@ -64,6 +64,7 @@ protected: static Fl_System_Driver *newSystemDriver(); Fl_System_Driver(); static bool awake_ring_empty(); + int filename_relative_(char *to, int tolen, const char *from, const char *base, bool case_sensitive); public: virtual ~Fl_System_Driver(); static int command_key; |
