Save/restore GDI pen.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1621 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2001-09-30 12:42:33 +00:00
parent 9208e9d007
commit f5f0d8a013
3 changed files with 34 additions and 6 deletions
+13
View File
@@ -1,3 +1,16 @@
CHANGES IN FLTK 1.1.0b3
- The top-level makefile did not include the makeinclude
file, causing the fltk-config installation commands to
fail.
- The fl_file_chooser.cxx source file conflicted with
Fl_File_Chooser.cxx under Windows.
- Now save and restore the GDI pen object when
responding to WIN32 paint messages.
CHANGES IN FLTK 1.1.0b2
- New fltk-config script.