FVWM: wrong sounds in FvwmAudio (fvwm-2.0.43)

From: Steve VanDevender <stevev_at_efn.org>
Date: Tue, 16 Jul 1996 22:07:40 -0700

The FvwmAudio module produces the wrong startup and shutdown sounds,
because there are 22 defined sound names in
modules/FvwmAudio/FvwmAudio.c but MAX_MESSAGES is defined as 23 in
fvwm/module.h. The following patch gets the right sounds to happen for
me:

--- fvwm/module.h~ Mon May 27 17:12:33 1996
+++ fvwm/module.h Tue Jul 16 20:03:49 1996
_at_@ -39,7 +39,7 @@
 #define M_ICON_FILE (1<<20)
 #define M_DEFAULTICON (1<<21)
 #define M_STRING (1<<22)
-#define MAX_MESSAGES 23
+#define MAX_MESSAGES 22
 #define MAX_MASK ((1<<MAX_MESSAGES)-1)
 
 #define HEADER_SIZE 4
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Jul 17 1996 - 00:20:21 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:59 BST