Little tweaks and documentation.

This commit is contained in:
rsc 2004-03-02 23:11:58 +00:00
parent efc2b0c99e
commit af78a4cd2b
11 changed files with 178 additions and 64 deletions

View file

@ -8,7 +8,10 @@
void
drawtopwindow(void)
{
XRaiseWindow(_x.display, _x.drawable);
XMapRaised(_x.display, _x.drawable);
XFlush(_x.display);
XSetInputFocus(_x.display, _x.drawable, RevertToPointerRoot,
CurrentTime);
XFlush(_x.display);
}