|
|
1.1 ! root 1: #include "copyright.h" ! 2: ! 3: /* $Header: XCirWin.c,v 11.5 87/09/11 08:01:51 toddb Exp $ */ ! 4: /* Copyright Massachusetts Institute of Technology 1986 */ ! 5: ! 6: #include "Xlibint.h" ! 7: ! 8: XCirculateSubwindows(dpy, w, direction) ! 9: register Display *dpy; ! 10: Window w; ! 11: int direction; ! 12: { ! 13: register xCirculateWindowReq *req; ! 14: ! 15: LockDisplay(dpy); ! 16: GetReq(CirculateWindow, req); ! 17: req->window = w; ! 18: req->direction = direction; ! 19: UnlockDisplay(dpy); ! 20: SyncHandle(); ! 21: } ! 22:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.