From 7eb27fa4bd313e4c9f83df5aa8b774f54a7aaca2 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 25 Nov 2010 18:21:21 +0000 Subject: 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 --- documentation/src/osissues.dox | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'documentation') 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 -- cgit v1.2.3