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

1.1     ! root        1: #include "copyright.h"
        !             2: 
        !             3: /* $Header: XCirWinUp.c,v 11.6 87/09/11 08:01:57 toddb Exp $ */
        !             4: /* Copyright    Massachusetts Institute of Technology    1986  */
        !             5: 
        !             6: #include "Xlibint.h"
        !             7: 
        !             8: XCirculateSubwindowsUp(dpy, w)
        !             9:     register Display *dpy;
        !            10:     Window w;
        !            11: {
        !            12:     register xCirculateWindowReq *req;
        !            13: 
        !            14:     LockDisplay(dpy);
        !            15:     GetReq(CirculateWindow, req);
        !            16:     req->window = w;
        !            17:     req->direction = RaiseLowest;
        !            18:     UnlockDisplay(dpy);
        !            19:     SyncHandle();
        !            20: }
        !            21: 

unix.superglobalmegacorp.com

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