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

1.1     ! root        1: #include "copyright.h"
        !             2: 
        !             3: /* $Header: XDestWind.c,v 11.5 87/09/11 08:02:51 toddb Exp $ */
        !             4: /* Copyright    Massachusetts Institute of Technology    1986  */
        !             5: 
        !             6: #include "Xlibint.h"
        !             7: XDestroyWindow (dpy, w)
        !             8:        register Display *dpy;
        !             9:        Window w;
        !            10: {
        !            11:         register xResourceReq *req;
        !            12: 
        !            13:        LockDisplay(dpy);
        !            14:         GetResReq(DestroyWindow, w, req);
        !            15:        UnlockDisplay(dpy);
        !            16:        SyncHandle();
        !            17: }
        !            18: 

unix.superglobalmegacorp.com

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