1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +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

@@ -47,7 +47,7 @@
#ifdef XDND
#include "xdnd.h"
#endif
#include "wmsound.h"
#include "wsound.h"
#include "WINGsP.h"
@@ -900,8 +900,8 @@ appIconMouseDown(WObjDescriptor *desc, XEvent *event)
aicon->y_pos);
}
#ifdef WMSOUND
wSoundPlay(WMSOUND_DOCK);
#ifdef WSOUND
wSoundPlay(WSOUND_DOCK);
#endif
} else {
XMoveWindow(dpy, icon->core->window, x, y);