summaryrefslogtreecommitdiff
path: root/src/Fl_Help_View.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-08-15 21:11:21 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-08-15 21:11:21 +0000
commite63c50b2d163bf0d8e110b2f3711d1b74490c483 (patch)
treea0c95aa22b79173d5a9ac1f6622c5952d5c23ffd /src/Fl_Help_View.cxx
parent3d6201a610acd8f0a83b2e985370d455cff57735 (diff)
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
Diffstat (limited to 'src/Fl_Help_View.cxx')
-rw-r--r--src/Fl_Help_View.cxx6
1 files changed, 3 insertions, 3 deletions
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...