summaryrefslogtreecommitdiff
path: root/src/drivers/Darwin/Fl_Darwin_System_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-03-08 16:59:02 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-03-08 16:59:02 +0100
commit0941f0600a26b85b49ab37ab2068a42a4962359c (patch)
treeaa277563904084a7e8bf97704440e07c017a5915 /src/drivers/Darwin/Fl_Darwin_System_Driver.H
parent43e24a7541fabf6479432b189998bb07436d7288 (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/drivers/Darwin/Fl_Darwin_System_Driver.H')
-rw-r--r--src/drivers/Darwin/Fl_Darwin_System_Driver.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H
index 011bea7ff..7dd0ae6da 100644
--- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H
+++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H
@@ -79,6 +79,7 @@ public:
Fl_Sys_Menu_Bar_Driver *sys_menu_bar_driver() FL_OVERRIDE;
double wait(double time_to_wait) FL_OVERRIDE;
int ready() FL_OVERRIDE;
+ int filename_relative(char *to, int tolen, const char *dest_dir, const char *base_dir) FL_OVERRIDE;
};
#endif // FL_DARWIN_SYSTEM_DRIVER_H