mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-18 14:07:53 +00:00
Compare commits
No commits in common. "d6922f3b292393806453a11c557935595ab3ba9e" and "0580f205539f1ff95c22f02d08929820f901f668" have entirely different histories.
d6922f3b29
...
0580f20553
@ -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->fnGetPixel)
|
||||
if(NULL == pstDeviceIF->fnSetPixel)
|
||||
{
|
||||
/* Action function is unspecified, no actions. */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user