Fix compile error in gwinGetPixelColor()
This commit is contained in:
parent
f84bc2a3f6
commit
978f8b6c4f
@ -396,7 +396,7 @@ void gwinBlitArea(GHandle gh, coord_t x, coord_t y, coord_t cx, coord_t cy, coor
|
|||||||
#if GDISP_NEED_PIXELREAD
|
#if GDISP_NEED_PIXELREAD
|
||||||
color_t gwinGetPixelColor(GHandle gh, coord_t x, coord_t y) {
|
color_t gwinGetPixelColor(GHandle gh, coord_t x, coord_t y) {
|
||||||
if (!((gh->flags & GWIN_FLG_VISIBLE)))
|
if (!((gh->flags & GWIN_FLG_VISIBLE)))
|
||||||
return;
|
return defaultBgColor;
|
||||||
|
|
||||||
#if GDISP_NEED_CLIP
|
#if GDISP_NEED_CLIP
|
||||||
gdispSetClip(gh->x, gh->y, gh->width, gh->height);
|
gdispSetClip(gh->x, gh->y, gh->width, gh->height);
|
||||||
|
Loading…
Reference in New Issue
Block a user