mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-08-14 13:52:51 +00:00
Compare commits
2 Commits
6c62279ed1
...
03f9dfeee7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
03f9dfeee7 | ||
![]() |
8c393854a7 |
@ -128,7 +128,12 @@ HMI_ENGINE_RESULT HMI_StartEngine(const void* pstParameters)
|
|||||||
if(NULL != pstStartScreen->pstActions->Prepare)
|
if(NULL != pstStartScreen->pstActions->Prepare)
|
||||||
{
|
{
|
||||||
eProcessResult = pstStartScreen->pstActions->Prepare(g_pstActivedEngineObject->Interface, pstParameters);
|
eProcessResult = pstStartScreen->pstActions->Prepare(g_pstActivedEngineObject->Interface, pstParameters);
|
||||||
g_pstActivedEngineObject->Interface->fnSyncBuffer();
|
|
||||||
|
if( (NULL != g_pstActivedEngineObject->Interface) &&
|
||||||
|
(NULL != g_pstActivedEngineObject->Interface->fnSyncBuffer))
|
||||||
|
{
|
||||||
|
g_pstActivedEngineObject->Interface->fnSyncBuffer();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user