summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-02-01 03:13:01 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-02-01 03:13:01 +0000
commite4ccb4ac07d1c9a5d0798beb49d2048bcdd714bf (patch)
tree2e0ba268b0ef1837131e1cc623f13b9fe5523652 /CHANGES
parent1d871d5744a9bec3d8750b567d4c7b22203f1b2d (diff)
Fix X11 DND support.
src/Fl_x.cxx: - Check the list of source types and pick the first one that starts with "text/". git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3995 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ed2ecfbb7..11427ed8a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.7
+ - The X11 DND code did not correctly select a text
+ format for incoming data (STR #711)
- Fixes to Fl_JPEG_Image error handler.
- Fl_Menu::popup() and ::pulldown() would crash an
application if a callback created widgets before they