Annotation of researchv9/X11/src/X.V11R1/lib/X/XChClMode.c, revision 1.1

1.1     ! root        1: #include "copyright.h"
        !             2: 
        !             3: /* $Header: XChClMode.c,v 11.4 87/09/11 08:08:42 toddb Exp $ */
        !             4: /* Copyright    Massachusetts Institute of Technology    1986  */
        !             5: 
        !             6: #include "Xlibint.h"
        !             7: 
        !             8: 
        !             9: XSetCloseDownMode(dpy, mode)
        !            10:     register Display *dpy; 
        !            11:     int mode;
        !            12: 
        !            13: {
        !            14:     register xSetCloseDownModeReq *req;
        !            15: 
        !            16:     LockDisplay(dpy);
        !            17:     GetReq(SetCloseDownMode, req);
        !            18:     req->mode = mode;
        !            19:     UnlockDisplay(dpy);
        !            20:     SyncHandle();
        !            21: }
        !            22: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.