Re: FVWM: FvwmAudio events not working

From: Mark Boyns <boyns_at_sdsu.edu>
Date: 18 Jan 1996 09:28:43 -0800

Working events are: currently NOT working seem to be:

*FvwmAudio startup hithere.au *FvwmAudio add_window drip.au
*FvwmAudio shutdown youagod.au *FvwmAudio iconify clink.au
*FvwmAudio destroy_window clink.au *FvwmAudio deiconify hypspc.au
*FvwmAudio new_page key.au
*FvwmAudio new_desk key.au
*FvwmAudio configure_window weeek.au
*FvwmAudio window_name weeek.au
*FvwmAudio icon_name weeek.au
#annoying :) *FvwmAudio raise_window spring.au
#annoying :) *FvwmAudio lower_window sticky.au
#annoying :) *FvwmAudio focus_change metal.au


I'm not having any problems with add_window, iconify, or deiconify.
Are you sure the sounds drip.au, clink.au, and hypspc.au are
accessible to the sound player you're using? You might need to set
FvwmAudioDir or specify the complete pathname.

FvwmAudio has an internal table that maps the module event names like
"add_window" to the real module events defined in module.h. I just
checked the mapping and it looks correct:

new_page M_NEW_PAGE
new_desk M_NEW_DESK
add_window M_ADD_WINDOW
raise_window M_RAISE_WINDOW
lower_window M_LOWER_WINDOW
configure_window M_CONFIGURE_WINDOW
focus_change M_FOCUS_CHANGE
destroy_window M_DESTROY_WINDOW
iconify M_ICONIFY
deiconify M_DEICONIFY
window_name M_WINDOW_NAME
icon_name M_ICON_NAME
res_class M_RES_CLASS
res_name M_RES_NAME
end_windowlist M_END_WINDOWLIST
icon_location M_ICON_LOCATION
map M_MAP
error M_ERROR
config_info M_CONFIG_INFO
end_config_info M_END_CONFIG_INFO
icon_file M_ICON_FILE
default_icon M_DEFAULTICON

(Note to Chuck, when new module events are added to module.h, please
add the corresponding event to the table in FvwmAudio.c)

-- 
Mark Boyns <boyns_at_sdsu.edu> <URL:http://www.sdsu.edu/~boyns/>
PGP fingerprint = D3 28 A2 F7 D1 4C F8 EE  BF 7A 11 54 1C E5 6E CC
--
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 Thu Jan 18 1996 - 11:33:24 GMT

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