diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-25 13:16:27 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-25 13:16:27 +0100 |
| commit | 6a807716a7f608109329cfe47b9e6fd9d26e6b45 (patch) | |
| tree | 8e05dc031641aac9939ad8ebaf183eb797661f16 /src/Fl_get_key_mac.cxx | |
| parent | e8d7eb1e4619a16e196851dfb7f2f4f2cde59e8d (diff) | |
Rename fl_compute_macKeyLookUp() to Fl_Darwin_System_Driver::compute_macKeyLookUp()
Diffstat (limited to 'src/Fl_get_key_mac.cxx')
| -rw-r--r-- | src/Fl_get_key_mac.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_get_key_mac.cxx b/src/Fl_get_key_mac.cxx index 362169c70..6e3ad89c8 100644 --- a/src/Fl_get_key_mac.cxx +++ b/src/Fl_get_key_mac.cxx @@ -215,7 +215,7 @@ static const struct {unsigned short vk, fltk;} vktab[] = { }; // Computes the macKeyLookUp table that transforms a Mac OS virtual keycode into an FLTK keysym -unsigned short *fl_compute_macKeyLookUp() +unsigned short *Fl_Darwin_System_Driver::compute_macKeyLookUp() { static unsigned short macKeyLookUp[128]; memset(macKeyLookUp, 0, sizeof(macKeyLookUp)); |
