From 6a807716a7f608109329cfe47b9e6fd9d26e6b45 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 25 Mar 2019 13:16:27 +0100 Subject: Rename fl_compute_macKeyLookUp() to Fl_Darwin_System_Driver::compute_macKeyLookUp() --- src/drivers/Darwin/Fl_Darwin_System_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/drivers') diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H index c0e780532..6f1625739 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H @@ -49,6 +49,8 @@ public: virtual int clocale_printf(FILE *output, const char *format, va_list args); static void *get_carbon_function(const char *name); static int calc_mac_os_version(); // computes the fl_mac_os_version global variable + static unsigned short *compute_macKeyLookUp(); + // these 2 are in Fl_get_key_mac.cxx virtual int event_key(int k); virtual int get_key(int k); -- cgit v1.2.3