diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-10-31 20:47:50 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-10-31 20:47:50 +0000 |
| commit | 1e26ada2c5be6bf9ca45884bebc0228319c3c226 (patch) | |
| tree | f459329e0cf9ff0dc310ab9166214ccb23c1fae2 /src/fl_utf8.cxx | |
| parent | 48f107775d2a1363522aa96e92d07c876a6f759a (diff) | |
Fixed tab key navigation to inactive widgets (STR #2420), fixed a few pedantic warnings
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7788 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_utf8.cxx')
| -rw-r--r-- | src/fl_utf8.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx index f90d847af..1cd809eed 100644 --- a/src/fl_utf8.cxx +++ b/src/fl_utf8.cxx @@ -60,7 +60,7 @@ extern "C" { extern "C" { int XUtf8Tolower(int ucs); unsigned short XUtf8IsNonSpacing(unsigned int ucs); -}; +} #else // X-windows platform |
