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:
Manolo Gouy
2010-11-25 18:21:21 +00:00
parent 0f3e028a13
commit 7eb27fa4bd
6 changed files with 27 additions and 31 deletions
+4 -2
View File
@@ -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