| drawresizewindow, drawsetlabel, drawtopwindow \- window management |
| void drawresizewindow(Rectangle r) |
| int drawsetlabel(Display *d, char *name) |
| These routines interact with a window manager |
| to set the properties of the window running the current program. |
| They substitute for interacting directly with the Plan 9 |
| requests that the program's window be resized to have the |
| width and height of the rectangle |
| Only the width and height |
| are important; the offset is ignored. |
| requests that the program's window title be set to |
| requests that the program's window be moved |
| above all other windows and given the input focus. |
| .B \*9/src/libdraw/x11-init.c |
| .B \*9/src/libdraw/x11-wsys.c |