diff options
| author | Manolo Gouy <Manolo> | 2012-03-10 08:45:44 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2012-03-10 08:45:44 +0000 |
| commit | 719f72b5015457f3f03416c9efb6dc83b77abb2c (patch) | |
| tree | d8747797d6b993b464d206eb3d21af16d2a39c9f /src/Fl_get_key_mac.cxx | |
| parent | 739a6f89aec7f42975b5f28c91281acc58220b31 (diff) | |
Mac OS: renamed compute_macKeyLookUp() to fl_compute_macKeyLookUp().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9271 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 ca7247502..5f4e55465 100644 --- a/src/Fl_get_key_mac.cxx +++ b/src/Fl_get_key_mac.cxx @@ -196,7 +196,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 *compute_macKeyLookUp() +unsigned short *fl_compute_macKeyLookUp() { static unsigned short macKeyLookUp[128]; memset(macKeyLookUp, 0, sizeof(macKeyLookUp)); |
