mirror of
https://github.com/0intro/wmii
synced 2025-01-05 18:14:24 +03:00
increasing X performance through adding check_x_event call in each fcall loop
This commit is contained in:
parent
3b03fb1c94
commit
362a2767bd
@ -991,6 +991,7 @@ do_fcall(IXPConn *c)
|
||||
if(errstr)
|
||||
ixp_server_respond_error(c, &fcall, errstr);
|
||||
}
|
||||
check_x_event(nil);
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user