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