mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Merge 3427da0cc0 into 994915dbb9
This commit is contained in:
@@ -15,6 +15,14 @@
|
||||
#include "ftxui/component/component_base.hpp" // for Component
|
||||
#include "ftxui/screen/color.hpp" // for Color, Color::GrayDark, Color::White
|
||||
|
||||
#if defined(max)
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
#if defined(min)
|
||||
#undef min
|
||||
#endif
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
/// @brief arguments for transform from |ButtonOption|, |CheckboxOption|,
|
||||
|
||||
Reference in New Issue
Block a user