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