Update tile image to 64x64 (STR #769)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4164 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2005-03-23 03:48:42 +00:00
parent 325dc85b2c
commit e01bdbfbf2
3 changed files with 110 additions and 35 deletions
+4 -1
View File
@@ -2,6 +2,9 @@ CHANGES IN FLTK 1.1.7
- Documentation fixes (STR #648, STR #692, STR #730, STR
#744, STR #745)
- Increased the size of the background image used by
the plastic scheme to reduce the CPU load of redraws
(STR #769)
- Fixed a syntax highlighting bug in the editor demo.
- Fl_Progress now contrasts the label color with the bar
color, so labels will be readable at all times.
@@ -9,7 +12,7 @@ CHANGES IN FLTK 1.1.7
blue masks on XFree86.
- Fixed Quickdraw drawing of 3 and 4 sided polygons (STR
#765)
- Fixed fl_message code so that it does not get
- Fixed fl_message() code so that it does not get
accidentaly addded to the current group (STR #253)
- FLUID now highlights code in the widget callback and
code editors.