summaryrefslogtreecommitdiff
path: root/FL/fl_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'FL/fl_types.h')
-rw-r--r--FL/fl_types.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/FL/fl_types.h b/FL/fl_types.h
index 79e4279..b39bdd5 100644
--- a/FL/fl_types.h
+++ b/FL/fl_types.h
@@ -1,9 +1,9 @@
/*
- * "$Id: fl_types.h 8864 2011-07-19 04:49:30Z greg.ercolano $"
+ * "$Id: fl_types.h 10759 2015-06-15 20:24:41Z AlbrechtS $"
*
* Simple "C"-style types for the Fast Light Tool Kit (FLTK).
*
- * Copyright 1998-2010 by Bill Spitzak and others.
+ * Copyright 1998-2015 by Bill Spitzak and others.
*
* This library is free software. Distribution and use rights are outlined in
* the file "COPYING" which should have been included with this file. If this
@@ -16,7 +16,7 @@
* http://www.fltk.org/str.php
*/
-/** \file
+/** \file
* This file contains simple "C"-style type definitions.
*/
@@ -31,13 +31,13 @@ typedef unsigned char uchar;
/** unsigned long */
typedef unsigned long ulong;
-/** Flexible length utf8 Unicode text
+/** Flexible length UTF-8 Unicode text.
*
- * \todo FIXME: temporary (?) typedef to mark UTF8 and Unicode conversions
+ * \todo FIXME: temporary (?) typedef to mark UTF-8 and Unicode conversions
*/
typedef char *Fl_String;
-/** Flexible length utf8 Unicode read-only string
+/** Flexible length UTF-8 Unicode read-only string.
* \sa Fl_String
*/
typedef const char *Fl_CString;
@@ -45,13 +45,13 @@ typedef const char *Fl_CString;
/** 24-bit Unicode character + 8-bit indicator for keyboard flags */
typedef unsigned int Fl_Shortcut;
-/** 24-bit Unicode character - upper 8-bits are unused */
+/** 24-bit Unicode character - upper 8 bits are unused */
typedef unsigned int Fl_Char;
-
+
/*@}*/ /* group: Miscellaneous */
#endif
/*
- * End of "$Id: fl_types.h 8864 2011-07-19 04:49:30Z greg.ercolano $".
+ * End of "$Id: fl_types.h 10759 2015-06-15 20:24:41Z AlbrechtS $".
*/