summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-04-01 15:42:17 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-04-01 15:42:17 +0000
commit82f5d08fd688a2e53d168ae34c77f8374e0f5a52 (patch)
tree00c42aba93b499fece405d95b0763b6410b29732 /CHANGES
parentb083119f50f280d47b756c68235fcfdfa05b8f2e (diff)
Add cast for WIN32 font enumeration calls...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2051 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 67307d90a..5560c7377 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.0
+ - Added casts in fl_set_fonts_win32.cxx for VC++ 5.0.
- Fl_File_Icon::find() did not check the basename of a
filename for a match; this caused matches for a
specific filename (e.g. "fluid") to fail.