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