|
|
1.1 root 1: #include <X/mit-copyright.h>
2:
3: /* $Header: XFeep.c,v 10.5 86/04/22 15:28:06 jg Rel $ */
4: /* Copyright Massachusetts Institute of Technology 1985 */
5:
6: #include "XlibInternal.h"
7:
8: /*
9: * XFeep - Ring the display's bell. The sound volume is in the range -7
10: * to 7 and is added to the base volume as defined by XFeepControl. Large
11: * numbers represent louder volumes.
12: */
13:
14: XFeep(volume)
15: int volume;
16: {
17: register Display *dpy = _XlibCurrentDisplay;
18: register XReq *req;
19:
20: GetReq(X_Feep, dpy->root);
21: req->params0 = volume;
22: }
23:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.