|
|
1.1 root 1: #include "copyright.h"
2:
3: /* $Header: XDelProp.c,v 11.4 87/09/11 08:02:43 toddb Exp $ */
4: /* Copyright Massachusetts Institute of Technology 1986 */
5:
6: #include "Xlibint.h"
7:
8: XDeleteProperty(dpy, window, property)
9: register Display *dpy;
10: Window window;
11: Atom property;
12: {
13: register xDeletePropertyReq *req;
14:
15: LockDisplay(dpy);
16: GetReq(DeleteProperty, req);
17: req->window = window;
18: req->property = property;
19: UnlockDisplay(dpy);
20: SyncHandle();
21: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.