summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-11-25 18:21:21 +0000
committerManolo Gouy <Manolo>2010-11-25 18:21:21 +0000
commit7eb27fa4bd313e4c9f83df5aa8b774f54a7aaca2 (patch)
treeb46139e955b531bfdd09f25e785a8cd91ac46f99 /documentation
parent0f3e028a13cd7fadfba39964bebd42639a06a6c4 (diff)
Mac OS X: introduced global variable fl_mac_os_version and cleaned a few unused variables.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7892 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/osissues.dox6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox
index 655e1b4cc..ed87a1163 100644
--- a/documentation/src/osissues.dox
+++ b/documentation/src/osissues.dox
@@ -687,7 +687,7 @@ Returns the Fl_Window that corresponds to the given window reference,
or \c NULL if not found. FLTK windows that are children of top-level
windows share the \c Window of the top-level window.
-void fl_open_callback(void (*cb)(const char *))
+void \ref fl_open_callback(void (*cb)(const char *))
\par
\c cb will be called with a single Unix-style file name and path.
@@ -749,7 +749,9 @@ handle the Resource Fork correctly.
\par Mac File Paths
-FLTK uses UNIX-style filenames and paths.
+FLTK uses UTF-8-encoded UNIX-style filenames and paths.
+
+\sa group_macosx
\htmlonly