diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-07 17:01:55 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-07 17:01:55 +0000 |
| commit | 2bd457291839342ef19d343e2410e206fe1f3dd7 (patch) | |
| tree | 154cf0e2045f050af8e093a9426ba8aecbfbcb86 /src/fl_dnd_mac.cxx | |
| parent | 357ad962336bfb4a1aee161b5b59071a8352c503 (diff) | |
Fixed typos and amended doxygen docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6562 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_dnd_mac.cxx')
| -rw-r--r-- | src/fl_dnd_mac.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_dnd_mac.cxx b/src/fl_dnd_mac.cxx index 68dcb6cfe..19d7a6865 100644 --- a/src/fl_dnd_mac.cxx +++ b/src/fl_dnd_mac.cxx @@ -22,8 +22,8 @@ // // Please report all bugs and problems to "fltk-bugs@fltk.org -// This file contains win32-specific code for fltk which is always linked -// in. Search other files for "WIN32" or filenames ending in _win32.cxx +// This file contains MacOS-specific code for fltk which is always linked +// in. Search other files for "__APPLE__" or filenames ending in _mac.cxx // for other system-specific code. #include <config.h> @@ -32,7 +32,7 @@ #include <FL/Fl_Window.H> // warning: this function is only implemented in Quickdraw. The function -// below may not work If FLTK is compiled with Quartz enabled +// below may not work if FLTK is compiled with Quartz enabled extern EventRef fl_os_event; extern char *fl_selection_buffer; |
