diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-08-07 10:07:52 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-08-10 23:14:56 +0200 |
| commit | 419ec5269c64dcec4625251141a1619b07d82cae (patch) | |
| tree | 3c33ae4fe44a72f2817cc93c7e798445a3bb066f | |
| parent | eaf62a99dc6059fe64462d8d5576692975353ad5 (diff) | |
Remove "struct Fl_XColor" from list of documented classes
| -rw-r--r-- | src/Fl_XColor.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_XColor.H b/src/Fl_XColor.H index 4717620fe..5952f5c8e 100644 --- a/src/Fl_XColor.H +++ b/src/Fl_XColor.H @@ -14,6 +14,7 @@ // https://www.fltk.org/bugs.php // +#ifndef FL_DOXYGEN #include <config.h> #include <FL/Enumerations.H> @@ -29,3 +30,4 @@ extern Fl_XColor fl_xmap[/*overlay*/][256]; // mask & shifts to produce xcolor for truecolor visuals: extern unsigned char fl_redmask, fl_greenmask, fl_bluemask; extern int fl_redshift, fl_greenshift, fl_blueshift, fl_extrashift; +#endif // FL_DOXYGEN |
