Compare commits

..

No commits in common. "d6922f3b292393806453a11c557935595ab3ba9e" and "0580f205539f1ff95c22f02d08929820f901f668" have entirely different histories.

View File

@ -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. */
}