comparison src/sound.c @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 03446687b7cc
children cc15677e0335
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
592 Vsynchronous_sounds = Qnil; 592 Vsynchronous_sounds = Qnil;
593 593
594 DEFVAR_LISP ("native-sound-only-on-console", &Vnative_sound_only_on_console /* 594 DEFVAR_LISP ("native-sound-only-on-console", &Vnative_sound_only_on_console /*
595 Non-nil value means play sounds only if XEmacs is running 595 Non-nil value means play sounds only if XEmacs is running
596 on the system console. 596 on the system console.
597 Nil means always always play sounds, even if running on a non-console tty 597 Nil means always play sounds, even if running on a non-console tty
598 or a secondary X display. 598 or a secondary X display.
599 599
600 This variable only applies to native sound support. 600 This variable only applies to native sound support.
601 */ ); 601 */ );
602 Vnative_sound_only_on_console = Qt; 602 Vnative_sound_only_on_console = Qt;