Little tweaks and documentation.
This commit is contained in:
parent
efc2b0c99e
commit
af78a4cd2b
11 changed files with 178 additions and 64 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue