From e63c50b2d163bf0d8e110b2f3711d1b74490c483 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 15 Aug 2008 21:11:21 +0000 Subject: Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6161 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Help_View.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl_Help_View.cxx') diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index 95d5d5654..daa0d43a6 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -466,7 +466,7 @@ Fl_Help_View::draw() int xx, yy, ww, hh; // Current positions and sizes int line; // Current line Fl_Font font; - Fl_Font_Size fsize; // Current font and size + Fl_Fontsize fsize; // Current font and size int head, pre, // Flags for text needspace; // Do we need whitespace? Fl_Boxtype b = box() ? box() : FL_DOWN_BOX; @@ -1084,7 +1084,7 @@ Fl_Help_View::format() int line; // Current line in block int links; // Links for current line Fl_Font font; - Fl_Font_Size fsize; // Current font and size + Fl_Fontsize fsize; // Current font and size unsigned char border; // Draw border? int talign, // Current alignment newalign, // New alignment @@ -1897,7 +1897,7 @@ Fl_Help_View::format_table(int *table_width, // O - Total table width *start; // Start of element int minwidths[MAX_COLUMNS]; // Minimum widths for each column Fl_Font font; - Fl_Font_Size fsize; // Current font and size + Fl_Fontsize fsize; // Current font and size // Clear widths... -- cgit v1.2.3