Add preliminary support for Apple Open Documents event callback interface

on OSX (to allow FLUID and other apps to register a callback to open files)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3016 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2003-05-30 07:03:09 +00:00
parent 47426f0b3f
commit 0aa85c540c
3 changed files with 95 additions and 4 deletions
+3
View File
@@ -1,5 +1,8 @@
CHANGES IN FLTK 1.1.4
- Added the OSX-specific fl_open_callback() function to
handle Open Documents messages from the Finder (STR
#pending)
- The configure script contained erroneous whitespace in
various tests which caused errors on some platforms
(STR #60)