mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-28 11:41:50 +01:00
This commit is contained in:
parent
da58b6b3c0
commit
c8f6ee1d87
@ -250,11 +250,8 @@ UpdateGUI (void *arg)
|
|||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
if(guiHalt)
|
if(guiHalt)
|
||||||
{
|
|
||||||
LWP_SuspendThread(guithread);
|
LWP_SuspendThread(guithread);
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
mainWindow->Draw();
|
mainWindow->Draw();
|
||||||
|
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
@ -290,7 +287,6 @@ UpdateGUI (void *arg)
|
|||||||
}
|
}
|
||||||
ExitApp();
|
ExitApp();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
usleep(THREAD_SLEEP);
|
usleep(THREAD_SLEEP);
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user