X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fhpplay.c;h=9499385b386510e1e642c5372b5aa006384b4dec;hb=63a686a3d18465a8c96b8cc4a273c295f8a5a379;hp=d0a1bce9fb9ce49654689de2b20ed15f595b21a2;hpb=a1655b870904de973c366d85ebdc8adde4ef5e1e;p=chise%2Fxemacs-chise.git.1 diff --git a/src/hpplay.c b/src/hpplay.c index d0a1bce..9499385 100644 --- a/src/hpplay.c +++ b/src/hpplay.c @@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ Play .au sound files on hp9000s700 BUGS I have been unable to figure out how to use the volume feature, so no - attempts has been made to honor the volume arg of play_sound_* + attempt has been made to honor the volume arg of play_sound_* This means that all sounds are played at 100%. The gain parameter can be set by using the hp-play-gain variable. @@ -66,7 +66,7 @@ Boston, MA 02111-1307, USA. */ Lisp_Object Vhp_play_server; Lisp_Object Vhp_play_speaker; -int hp_play_gain; +Fixnum hp_play_gain; /* Functions */