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

1.1     ! root        1: #include "copyright.h"
        !             2: 
        !             3: /* $Header: XChActPGb.c,v 11.6 87/09/11 08:01:26 toddb Exp $ */
        !             4: /* Copyright    Massachusetts Institute of Technology    1986  */
        !             5: 
        !             6: #include "Xlibint.h"
        !             7: 
        !             8: XChangeActivePointerGrab(dpy, event_mask, curs, time)
        !             9: register Display *dpy;
        !            10: unsigned int event_mask; /* CARD16 */
        !            11: Cursor curs;
        !            12: Time time;
        !            13: {
        !            14:     register xChangeActivePointerGrabReq *req;
        !            15: 
        !            16:     LockDisplay(dpy);
        !            17:     GetReq(ChangeActivePointerGrab, req);
        !            18:     req->eventMask = event_mask;
        !            19:     req->cursor = curs;
        !            20:     req->time = time;
        !            21:     UnlockDisplay(dpy);
        !            22:     SyncHandle();
        !            23: }

unix.superglobalmegacorp.com

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