increasing X performance through adding check_x_event call in each fcall loop

This commit is contained in:
Anselm R. Garbe 2006-02-08 18:35:40 +01:00
parent 3b03fb1c94
commit 362a2767bd
2 changed files with 2 additions and 3 deletions

View File

@ -991,6 +991,7 @@ do_fcall(IXPConn *c)
if(errstr)
ixp_server_respond_error(c, &fcall, errstr);
}
check_x_event(nil);
}
void

View File

@ -76,10 +76,8 @@ destroy_page(Page *p)
/* determine what to focus and do that */
if(page[sel])
focus_page(page[sel]);
else {
else
do_pend_fcall("NoPage\n");
XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
}
}
void