mirror of
https://github.com/fltk/fltk.git
synced 2026-05-29 04:26:27 +08:00
Remove "struct Fl_XColor" from list of documented classes
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
// https://www.fltk.org/bugs.php
|
// https://www.fltk.org/bugs.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#ifndef FL_DOXYGEN
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <FL/Enumerations.H>
|
#include <FL/Enumerations.H>
|
||||||
|
|
||||||
@@ -29,3 +30,4 @@ extern Fl_XColor fl_xmap[/*overlay*/][256];
|
|||||||
// mask & shifts to produce xcolor for truecolor visuals:
|
// mask & shifts to produce xcolor for truecolor visuals:
|
||||||
extern unsigned char fl_redmask, fl_greenmask, fl_bluemask;
|
extern unsigned char fl_redmask, fl_greenmask, fl_bluemask;
|
||||||
extern int fl_redshift, fl_greenshift, fl_blueshift, fl_extrashift;
|
extern int fl_redshift, fl_greenshift, fl_blueshift, fl_extrashift;
|
||||||
|
#endif // FL_DOXYGEN
|
||||||
|
|||||||
Reference in New Issue
Block a user