| convM2W, convW2M, drawfcallfmt, readwsysmsg, sizeW2M \- window system protocol |
| uint convM2W(uchar *ap, uint nap, Wsysmsg *w) |
| uint convW2M(Wsysmsg *w, uchar *ap, uint nap) |
| int readwsysmsg(int fd, uchar *buf, uint nbuf) |
| These routines are analogues of the routines described in |
| They manipulate graphics device protocol messages |
| rather than 9P protocol messages. |
| The graphics device protocol is used for internal |
| communication between the |
| is the C structure corresponding to a protocol message. |
| The protocol is intentionally undocumented and may change. |
| .B \*9/src/libdraw/drawfcall.c |