Searched refs:bctrl (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dchgfctl.c344 BellCtrl bctrl; /* might get BadValue part way through */ local in function:ChangeBellFeedback
352 bctrl = b->ctrl;
361 bctrl.percent = t;
372 bctrl.pitch = t;
383 bctrl.duration = t;
385 b->ctrl = bctrl;
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dchgfctl.c342 BellCtrl bctrl; /* might get BadValue part way through */ local in function:ChangeBellFeedback
350 bctrl = b->ctrl;
359 bctrl.percent = t;
370 bctrl.pitch = t;
381 bctrl.duration = t;
383 b->ctrl = bctrl;

Completed in 4 milliseconds