Mercurial > hg > xemacs-beta
diff src/redisplay-msw.c @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | 1f0dabaa0855 |
children | 0e522484dd2a |
line wrap: on
line diff
--- a/src/redisplay-msw.c Mon Aug 13 10:10:03 2007 +0200 +++ b/src/redisplay-msw.c Mon Aug 13 10:10:54 2007 +0200 @@ -713,15 +713,10 @@ static void mswindows_ring_bell (struct device *d, int volume, int pitch, int duration) { - /* XXX FIXME: I'm guessing pitch=Hz and duration is milliseconds */ - - if ((pitch|duration) == -1) /* Pitch and/or duration may be bogus */ - MessageBeep(-1); /* Default system sound via speaker */ - else - Beep(pitch, duration); + /* Beep does not work at all, anyways! -kkm */ + MessageBeep (MB_OK); } - /***************************************************************************** mswindows_output_display_block