summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-11-01 01:07:07 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-11-01 01:07:07 +0000
commit037fd7bf94f856359012c70aa8b5783d2a8c5aab (patch)
tree41affd2d39d562127e72a2e3e86ddb7f3a4158c0 /CHANGES
parent84932815dfa612b881e7f8178ae5303f82a24354 (diff)
Fix cursor crash bug (STR #181)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3113 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5e4269e62..5d44da15d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)