This commit is contained in:
dborth 2009-10-06 19:57:29 +00:00
parent da58b6b3c0
commit c8f6ee1d87

View File

@ -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;