Fix cursor crash bug (STR #181)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3113 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2003-11-01 01:07:07 +00:00
parent 84932815df
commit 037fd7bf94
5 changed files with 16 additions and 13 deletions
+3
View File
@@ -1,5 +1,8 @@
CHANGES IN FLTK 1.1.5rc1
- Some of the widgets could crash an application if the
cursor was changed after a window was deleted (STR
#181)
- The Fl_Gl_Window WIN32 pixel format code did not
choose the pixel format with the largest depth buffer
(STR #175)