summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-01-18 19:20:13 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-01-18 19:20:13 +0000
commit4ee2c1fafa0c72e396a9f91816325b4a8ec6dfbb (patch)
tree07043ce9490b0f914471c802338ae07b4b9d8d32 /CHANGES
parent49e0997c9dff2b2f0852cae58e0157b22d668798 (diff)
Somewhat improved the system menu bar for OS X (STR #1505)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5617 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 88d586c03..2440e4bd7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.8
+ - OS X system menu bar itop level attribute support
+ improved (STR #1505)
- Fixed Quartz image drawing bug (STR #1438)
- Fixed Quartz fl_read_image
- Overlay drawing is now avoiding XOR mode (STR #1438)