diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2011-01-01 04:42:56 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2011-01-01 04:42:56 +0000 |
| commit | 8074cb6f8213ec824547986ecd85f6072250d168 (patch) | |
| tree | 642d44a0250f15c30ef4d48342818ef921f0dea6 /documentation/src/osissues.dox | |
| parent | e3fde20cf8c847d70b355a85ce58cad4651d115b (diff) | |
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
Diffstat (limited to 'documentation/src/osissues.dox')
| -rw-r--r-- | documentation/src/osissues.dox | 13 |
1 files changed, 7 insertions, 6 deletions
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 <I>not</I> 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. <CENTER> <TABLE WIDTH="80%" BORDER="1" BGCOLOR="#cccccc" CELLPADDING="5"> -<TR><TD><B>Caution:</B> +<TR><TD><B>Caution (OS X 10.2 and older):</B> When using UNIX commands to copy or move executables, OS X will NOT copy any resource forks! For copying and moving use |
