提交 7f367867 编写于 作者: B bernard

[GUI Engine] Fix the TRANSPARENT definition issue.

上级 fdc4fee0
......@@ -72,7 +72,7 @@ extern const rtgui_color_t default_background;
#ifdef TRANSPARENT
#undef TRANSPARENT
#define TRANSPARENT 0
#define TRANSPARENT RTGUI_ARGB(0, 0, 0, 0)
#endif
extern const rtgui_color_t red;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册