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