|
|
1.1 root 1: #include "copyright.h"
2:
3: /* $Header: XChWAttrs.c,v 11.6 87/09/11 08:01:40 toddb Exp $ */
4: /* Copyright Massachusetts Institute of Technology 1986 */
5:
6: #include "Xlibint.h"
7:
8: XChangeWindowAttributes (dpy, w, valuemask, attributes)
9: register Display *dpy;
10: Window w;
11: unsigned long valuemask;
12: XSetWindowAttributes *attributes;
13: {
14: register xChangeWindowAttributesReq *req;
15:
16: LockDisplay(dpy);
17: GetReq(ChangeWindowAttributes,req);
18: req->window = w;
19: if (req->valueMask = valuemask)
20: _XProcessWindowAttributes (dpy, req, valuemask, attributes);
21: UnlockDisplay(dpy);
22: SyncHandle();
23: }
24:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.