mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-17 05:27:52 +00:00
Compare commits
2 Commits
0580f20553
...
d6922f3b29
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d6922f3b29 | ||
![]() |
4d79a90036 |
@ -73,7 +73,7 @@ SGUI_COLOR SGUI_Basic_GetPoint(SGUI_SCR_DEV* pstDeviceIF, SGUI_INT iPosX, SGUI_I
|
||||
/*----------------------------------*/
|
||||
if((NULL != pstDeviceIF) && (iPosX < SGUI_RECT_WIDTH(pstDeviceIF->stSize)) && (iPosY < SGUI_RECT_HEIGHT(pstDeviceIF->stSize)))
|
||||
{
|
||||
if(NULL == pstDeviceIF->fnSetPixel)
|
||||
if(NULL == pstDeviceIF->fnGetPixel)
|
||||
{
|
||||
/* Action function is unspecified, no actions. */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user