diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-04-04 14:44:21 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-04-04 14:44:21 +0200 |
| commit | f0a5146359fe2b69ad48d1b99d62eb0c27e5aa5b (patch) | |
| tree | a6030f741f8143fd29982b973213ab1000fbb1c5 /src | |
| parent | 3cd3537ef8d077de9da2a041ee4268979feeb39d (diff) | |
Remove reference to 'configure', fix typos
Note: this file is not used in normal compilation, it can be used
to help debugging. I'm not sure if it's still helpful, but anyway...
Diffstat (limited to 'src')
| -rw-r--r-- | src/cgdebug.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/src/cgdebug.h b/src/cgdebug.h index 2ff2a9aa3..65930ffcc 100644 --- a/src/cgdebug.h +++ b/src/cgdebug.h @@ -1,7 +1,7 @@ // -// OS X Core Graphics debugging help for the Fast Light Tool Kit (FLTK). +// macOS Core Graphics debugging help for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2025 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -14,22 +14,22 @@ // https://www.fltk.org/bugs.php // -// This file allows easier debugging of Mac OS X Core Graphics +// This file allows easier debugging of macOS Core Graphics // code. This file is normally not included into any FLTK builds, // but since it has proven to be tremendously useful in debugging // the FLTK port to "Quartz", I decided to add this file in case // more bugs show up. // -// This header is activated by adding the following -// line to "config.h" +// This header is activated by adding the following line to "config.h" +// // #include "src/cgdebug.h" // -// Running "./configure" will remove this line from "config.h". +// Running "cmake" will remove this line from "config.h". // -// When used erreanously, Core Graphics prints warnings to +// When used erroneously, Core Graphics prints warnings to // stderr. This is helpful, however it is not possible to // associate a line number or source file with the warning message. -// This headr file outputs a trace of CG calls, interweaveing +// This header file outputs a trace of CG calls, interweaving // them with CG warnings. // // Matthias @@ -196,5 +196,4 @@ inline void dbgCGContextRestoreGState(CGContextRef context) fprintf(stderr, "\n"); } -#endif - +#endif // CGDEBUG |
