[GUI Engine] Fix the TRANSPARENT definition issue.
This commit is contained in:
parent
fdc4fee036
commit
7f36786788
@ -72,7 +72,7 @@ extern const rtgui_color_t default_background;
|
|||||||
|
|
||||||
#ifdef TRANSPARENT
|
#ifdef TRANSPARENT
|
||||||
#undef TRANSPARENT
|
#undef TRANSPARENT
|
||||||
#define TRANSPARENT 0
|
#define TRANSPARENT RTGUI_ARGB(0, 0, 0, 0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern const rtgui_color_t red;
|
extern const rtgui_color_t red;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user