[as-devel] CVS commit to afterstep-devel
CVS server (cvsroot@merilon.elfhame.net)
Tue, 27 Mar 2001 10:30:03 -0800
Modified files:
2001-03-27 10:22:34 include/afterstep.h
2001-03-27 10:22:34 include/asinternals.h
2001-03-27 10:22:34 include/confdefs.h
2001-03-27 10:22:34 include/mywmicon.h
2001-03-27 10:22:34 lib/hints.c
2001-03-27 10:22:35 libasGUI/aswinlist.c
2001-03-27 10:22:35 libasGadget/mywmicon.c
2001-03-27 10:22:35 src/Audio/Audio.c
2001-03-27 10:22:36 src/Config/Audio.c
2001-03-27 10:22:38 src/afterstep/aswindow.c
2001-03-27 10:22:38 src/afterstep/eventhandler.c
2001-03-27 10:22:38 src/afterstep/functions.c
2001-03-27 10:22:38 src/afterstep/module.c
2001-03-27 10:22:38 src/afterstep/pager.c
2001-03-27 10:22:38 src/asetroot/asetroot.c
ChangeLog:
Chaged message codes to use enumeration ( 1...MAX_MESSAGE),
so M_ are now merely masks that are made by bitshift of 1 by message code.
Added ASM_Unmap message,essage type to let modules know when window/icon are
unmapped.
Updated afterstep and asetroot respectively.
Update confdefs.h respectively
Added unmap to Audio config - probably ascp needs to be updated as well ( attn owsla!! ).
Fixed Audio module and added support for ASWMProps to it