summaryrefslogtreecommitdiff
path: root/src/fl_utf.c
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-12-07 22:04:55 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-12-07 22:04:55 +0000
commit5bc48808b6aed5469c3e62e1402e10c797a5d02a (patch)
treee8e5909aab83b58dd498df789d113d05730b02ae /src/fl_utf.c
parent43f16de4dea0ca3589fe2088f1aa9ca2edd1b354 (diff)
Removed typedef that simply renamed char* to Fl_String, as discussed in the mailing list.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6955 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_utf.c')
-rw-r--r--src/fl_utf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_utf.c b/src/fl_utf.c
index 3acf925ed..5e1537894 100644
--- a/src/fl_utf.c
+++ b/src/fl_utf.c
@@ -49,7 +49,7 @@
\c NULL, only the length of the utf-8 sequence is calculated
\return length of the sequence in bytes
*/
- /* FL_EXPORT int fl_unichar_to_utf8(Fl_Char uc, char *text); */
+ /* FL_EXPORT int fl_unichar_to_utf8(unsigned int uc, char *text); */
/** @} */
@@ -63,7 +63,7 @@
\param[in] uc Unicode character
\return length of the sequence in bytes
*/
- /* FL_EXPORT int fl_utf8_size(Fl_Char uc); */
+ /* FL_EXPORT int fl_utf8_size(unsigned int uc); */
/** @} */
#endif /* 0 */