Browse Source

Disable beeping until it can be made optional.

tags/v1.3.1000
Jonathan Moore Liles 12 years ago
parent
commit
664ca2afab
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/fl_ask.cxx

+ 3
- 0
src/fl_ask.cxx View File

@@ -276,6 +276,8 @@ const char* fl_close= "Close"; ///< string pointer used in common dialogs, you
\note \#include <FL/fl_ask.H>
*/
void fl_beep(int type) {
#if 0
/* disable beeping until it can be made optional. */
#ifdef WIN32
switch (type) {
case FL_BEEP_QUESTION :
@@ -319,6 +321,7 @@ void fl_beep(int type) {
break;
}
#endif // WIN32
#endif
}

/** Shows an information message dialog box.


Loading…
Cancel
Save