From 8074cb6f8213ec824547986ecd85f6072250d168 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 1 Jan 2011 04:42:56 +0000 Subject: A bunch of documentation updates. Not sure if I found everything. The Unicode section needs some love. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8151 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/osissues.dox | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'documentation/src/osissues.dox') diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index df2b98454..ee8b41c87 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -639,10 +639,10 @@ version of FLTK: as -O2 and -O3 seem to work OK. More details can be found in STR#1656 -\section osissues_macos The Mac OS Interface +\section osissues_macos The Apple OS X Interface -FLTK supports Mac OS X using the Apple Cocoa library. Older -versions of Mac OS are not supported. +FLTK supports Apple OS X using the Apple Cocoa library. Older +versions of MacOS are no longer supported. Control, Option, and Command Modifier Keys @@ -677,7 +677,7 @@ void fl_open_display() \par Opens the display. Does nothing if it is already open. You should call -this if you wish to do Quartz calls and there is a chance that your +this if you wish to do Cocoa calls and there is a chance that your code will be called before the first \c show() of a window. Window fl_xid(const Fl_Window *) @@ -736,11 +736,12 @@ internally in the same way. FLTK does not access the resource fork of an application. However, a minimal resource fork must be created for OS X -applications +applications. Starting with OS X 10.6, resource forks are +no longer needed.
-
Caution: +
Caution (OS X 10.2 and older): When using UNIX commands to copy or move executables, OS X will NOT copy any resource forks! For copying and moving use -- cgit v1.2.3