diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-04-18 18:52:59 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-04-18 18:52:59 +0000 |
| commit | b1ba38da6033889ecaff0c1f69b872fb6c76d961 (patch) | |
| tree | b3fb2ad2b1f09ab70019beb107393c4ddaa18e79 /FL/fl_types.h | |
| parent | 78da588135ba3704ef110486af0c80104166c056 (diff) | |
Updated doxygen docs for Fl_Input_ to get a greater insight into the code. I'll try to get full Unicode support in soon. The current code uses some interesting solutions ;-).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6770 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/fl_types.h')
| -rw-r--r-- | FL/fl_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/fl_types.h b/FL/fl_types.h index e88cc6318..e676a621e 100644 --- a/FL/fl_types.h +++ b/FL/fl_types.h @@ -52,7 +52,7 @@ typedef char *Fl_String; typedef const char *Fl_CString; /** 24-bit Unicode character + 8-bit indicator for keyboard flags */ -typedef unsigned int Fl_Unichar; +typedef unsigned int Fl_Char; /*@}*/ /* group: Miscellaneous */ |
