summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-25 13:16:27 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-25 13:16:27 +0100
commit6a807716a7f608109329cfe47b9e6fd9d26e6b45 (patch)
tree8e05dc031641aac9939ad8ebaf183eb797661f16 /src/drivers
parente8d7eb1e4619a16e196851dfb7f2f4f2cde59e8d (diff)
Rename fl_compute_macKeyLookUp() to Fl_Darwin_System_Driver::compute_macKeyLookUp()
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/Darwin/Fl_Darwin_System_Driver.H2
1 files changed, 2 insertions, 0 deletions
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);