|
|
1.1 ! root 1: #include "copyright.h" ! 2: ! 3: /* $Header: XLowerWin.c,v 11.5 87/09/11 08:04:56 toddb Exp $ */ ! 4: /* Copyright Massachusetts Institute of Technology 1986 */ ! 5: ! 6: #include "Xlibint.h" ! 7: ! 8: XLowerWindow(dpy, w) ! 9: Display *dpy; ! 10: Window w; ! 11: { ! 12: register xConfigureWindowReq *req; ! 13: LockDisplay(dpy); ! 14: GetReqExtra(ConfigureWindow, 4, req); ! 15: req->window = w; ! 16: req->mask = CWStackMode; ! 17: * (unsigned long *) (req + 1) = Below; ! 18: UnlockDisplay(dpy); ! 19: SyncHandle(); ! 20: } ! 21:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.