1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

Applied patch from Largo to update sound related stuff and documentation

This commit is contained in:
dan
2001-01-18 01:33:44 +00:00
parent b4851afbb7
commit 1b587b01ee
19 changed files with 122 additions and 177 deletions

View File

@@ -46,8 +46,8 @@
#include "dock.h"
#ifdef WMSOUND
#include "wmsound.h"
#ifdef WSOUND
#include "wsound.h"
#endif
@@ -414,8 +414,8 @@ wApplicationCreate(WScreen *scr, Window main_window)
scr->wapp_list = wapp;
#ifdef WMSOUND
wSoundPlay(WMSOUND_APPSTART);
#ifdef WSOUND
wSoundPlay(WSOUND_APPSTART);
#endif
#ifdef DEBUG
@@ -517,8 +517,8 @@ wApplicationDestroy(WApplication *wapp)
wArrangeIcons(scr, True);
}
#ifdef WMSOUND
wSoundPlay(WMSOUND_APPEXIT);
#ifdef WSOUND
wSoundPlay(WSOUND_APPEXIT);
#endif
}