mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
- A few additions and enhancements to the Install script.
- Removed the --disable-sound option to the configure script.
This commit is contained in:
12
src/dock.c
12
src/dock.c
@@ -3874,19 +3874,13 @@ handleIconMove(WDock *dock, WAppIcon *aicon, XEvent *event)
|
||||
if (aicon->icon->selected)
|
||||
wIconSelect(aicon->icon);
|
||||
|
||||
#ifdef WSOUND
|
||||
wSoundPlay(WSOUND_KABOOM);
|
||||
#endif
|
||||
DoKaboom(scr,aicon->icon->core->window, x, y);
|
||||
#ifdef WSOUND
|
||||
} else {
|
||||
wSoundPlay(WSOUND_UNDOCK);
|
||||
#endif
|
||||
}
|
||||
#ifdef WSOUND
|
||||
wSoundPlay(WSOUND_UNDOCK);
|
||||
}
|
||||
} else {
|
||||
wSoundPlay(WSOUND_UNDOCK);
|
||||
#endif
|
||||
wSoundPlay(WSOUND_UNDOCK);
|
||||
}
|
||||
if (clip && clip->auto_raise_lower)
|
||||
wDockLower(clip);
|
||||
|
||||
Reference in New Issue
Block a user