Adding dependency check to oject types

This commit is contained in:
Gabor
2017-01-02 10:48:21 +01:00
parent 5e0fffda16
commit 3d399ad842
17 changed files with 127 additions and 6 deletions

View File

@@ -136,7 +136,7 @@ void lv_rmap(const area_t * cords_p, const area_t * mask_p,
map_p += map_width;
}
}else {
color_t transp_color = LV_IMG_COLOR_TRANSP;
color_t transp_color = LV_COLOR_TRANSP;
cord_t row;
for(row = 0; row < area_get_height(&masked_a); row++) {
cord_t col;