diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-04-15 08:35:28 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-04-15 08:35:28 +0000 |
| commit | d3206f01ec18e61e8cd9c7e88b02a6313ab227fa (patch) | |
| tree | ada81f236fbf8b967f5de8d45b39ad23cbd75d7f /src/fl_utf8.cxx | |
| parent | b214cef3a8d2d9ecf0df7bef7d10dcdfbca4d9d3 (diff) | |
More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 reorganisation
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6765 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_utf8.cxx')
| -rw-r--r-- | src/fl_utf8.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx index d5416e7ef..c9a320600 100644 --- a/src/fl_utf8.cxx +++ b/src/fl_utf8.cxx @@ -76,6 +76,10 @@ extern "C" { #undef fl_open +/** \addtogroup fl_unicode + @{ +*/ + /*** NOTE : all functions are LIMITED to 24 bits Unicode values !!! ***/ /*** but only 16 bits are really used under Linux and win32 ***/ @@ -793,6 +797,8 @@ void fl_make_path_for_file( const char *path ) free( p ); } +/** @} */ + // // End of "$Id: $". // |
