summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-10-11 01:23:52 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-10-11 01:23:52 +0000
commit367c40a9b70356764fa11cd40182a25aa6138e69 (patch)
tree13f403d2e8e587da4efba273a4af113367180db7 /CHANGES
parent09a1c11ac15edb5d956dc61733a234eff0ff3a5b (diff)
fl_arc() and fl_pie() did not draw properly on WIN32 when the
start and end points were identical (STR #1461) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5518 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 9763ffafe..207a01e74 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
CHANGES IN FLTK 1.1.8
+ - fl_arc() and fl_pie() did not draw properly on WIN32
+ when the start and end points were identical (STR
+ #1461)
- Fl_Input and Fl_Text_Editor now hide the mouse pointer
when typing into them (STR #1466)
- Implemented alpha blending for Quartz, WIN32, and X11