Blob


1 #include <u.h>
2 #include "x11-inc.h"
3 #include <libc.h>
4 #include <draw.h>
5 #include <memdraw.h>
6 #include "x11-memdraw.h"
8 void
9 drawtopwindow(void)
10 {
11 XMapRaised(_x.display, _x.drawable);
12 XFlush(_x.display);
13 XSetInputFocus(_x.display, _x.drawable, RevertToPointerRoot,
14 CurrentTime);
15 XFlush(_x.display);
16 }