mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 00:55:23 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user