recursive updating
This commit is contained in:
parent
620b6c7fc3
commit
d308c83fc2
3 changed files with 58 additions and 30 deletions
|
|
@ -332,8 +332,8 @@ void MwLoop(MwWidget handle) {
|
|||
long more;
|
||||
while(MwPending(handle)) {
|
||||
if((v = MwStep(handle)) != 0) break;
|
||||
MwLLEndDraw(handle->lowlevel);
|
||||
}
|
||||
MwLLEndDraw(handle->lowlevel);
|
||||
if(v != 0) break;
|
||||
|
||||
for(i = 0; i < arrlen(handle->tick_list); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue