From 2bd457291839342ef19d343e2410e206fe1f3dd7 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 7 Dec 2008 17:01:55 +0000 Subject: Fixed typos and amended doxygen docs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6562 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_dnd_mac.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fl_dnd_mac.cxx') 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 @@ -32,7 +32,7 @@ #include // 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; -- cgit v1.2.3