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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user