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