From 7b245ef0abc5989b352b8ad48a7ab919815d2148 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 24 Jan 2023 10:32:57 +0100 Subject: Remove warnings when building doc with Doxygen --- FL/Enumerations.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL/Enumerations.H') diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 928f09612..08e4cee6c 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -1109,6 +1109,7 @@ const Fl_Color FL_GRAY0 = 32; // 'A' const Fl_Color FL_DARK3 = 39; // 'H' const Fl_Color FL_DARK2 = 45; // 'N' const Fl_Color FL_DARK1 = 47; // 'P' +/** Default background color */ const Fl_Color FL_BACKGROUND_COLOR = 49; // 'R' default background color const Fl_Color FL_LIGHT1 = 50; // 'S' const Fl_Color FL_LIGHT2 = 52; // 'U' -- cgit v1.2.3