|
|
1.1 root 1: #include "copyright.h"
2:
3: /* $Header: XMapSubs.c,v 11.4 87/09/11 08:05:05 toddb Exp $ */
4: /* Copyright Massachusetts Institute of Technology 1986 */
5:
6: #include "Xlibint.h"
7:
8: XMapSubwindows(dpy, win)
9: register Display *dpy;
10: Window win;
11: {
12: register xResourceReq *req;
13: LockDisplay(dpy);
14: GetResReq(MapSubwindows, win, req);
15: UnlockDisplay(dpy);
16: SyncHandle();
17: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.