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

added new sound events

This commit is contained in:
kojima
1999-10-24 08:59:19 +00:00
parent 0ccb32dab9
commit e4ac18c04d
3 changed files with 22 additions and 2 deletions

View File

@@ -47,6 +47,7 @@
#ifdef XDND
#include "xdnd.h"
#endif
#include "wmsound.h"
#include "WINGsP.h"
@@ -914,6 +915,10 @@ appIconMouseDown(WObjDescriptor *desc, XEvent *event)
SlideWindow(icon->core->window, x, y, aicon->x_pos,
aicon->y_pos);
}
#ifdef WMSOUND
wSoundPlay(WMSOUND_DOCK);
#endif
} else {
XMoveWindow(dpy, icon->core->window, x, y);
aicon->x_pos = x;