mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +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:
@@ -47,12 +47,8 @@
|
||||
#include "actions.h"
|
||||
#include "defaults.h"
|
||||
#include "workspace.h"
|
||||
|
||||
#include "dock.h"
|
||||
|
||||
#ifdef WSOUND
|
||||
#include "wsound.h"
|
||||
#endif
|
||||
|
||||
|
||||
/******** Global variables ********/
|
||||
@@ -436,11 +432,8 @@ wApplicationCreate(WScreen *scr, Window main_window)
|
||||
if (!tmp)
|
||||
extractClientIcon(wapp->app_icon);
|
||||
}
|
||||
|
||||
|
||||
#ifdef WSOUND
|
||||
|
||||
wSoundPlay(WSOUND_APPSTART);
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
printf("Created application for %x\n", (unsigned)main_window);
|
||||
@@ -517,9 +510,7 @@ wApplicationDestroy(WApplication *wapp)
|
||||
wArrangeIcons(scr, True);
|
||||
}
|
||||
|
||||
#ifdef WSOUND
|
||||
wSoundPlay(WSOUND_APPEXIT);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user