Remove "struct Fl_XColor" from list of documented classes

This commit is contained in:
ManoloFLTK 2024-08-07 10:07:52 +02:00
parent eaf62a99dc
commit 419ec5269c
1 changed files with 2 additions and 0 deletions

View File

@ -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