From b6b746cd69e8ab7a55e7559c94cb14cff85316df Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 15 Aug 2008 21:18:27 +0000 Subject: Replaced badly named type Fl_FontSize with Fl_Font_Descriptor. This type is only used in the core files and not available to the user. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6162 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_win32.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl_win32.cxx') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 23b90e1fc..2b454ed55 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1595,11 +1595,11 @@ void Fl_Window::make_current() { will not automatically free any fonts. */ void fl_free_fonts(void) { -// remove the Fl_FontSize chains +// remove the Fl_Font_Descriptor chains int i; Fl_Fontdesc * s; - Fl_FontSize * f; - Fl_FontSize * ff; + Fl_Font_Descriptor * f; + Fl_Font_Descriptor * ff; for (i=0; ifirst; f; f=ff) { -- cgit v1.2.3