diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Enumerations.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 2744e10c0..9c43bfc36 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -287,8 +287,8 @@ enum Fl_Align { // align() values FL_ALIGN_NOWRAP = 0 // for back compatability }; -typedef unsigned int Fl_Font; -typedef unsigned int Fl_Font_Size; +typedef int Fl_Font; +typedef int Fl_Font_Size; // standard fonts const Fl_Font FL_HELVETICA = 0; |
