[GUI Engine] Fix the TRANSPARENT definition issue.

This commit is contained in:
bernard 2017-12-14 09:58:59 +08:00
parent fdc4fee036
commit 7f36786788
1 changed files with 1 additions and 1 deletions

View File

@ -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;