1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 16:32:30 +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

@@ -32,14 +32,16 @@
#define WMSOUND_UNHIDE 1008
#define WMSOUND_APPSTART 1009
#define WMSOUND_APPEXIT 1010
#define WMSOUND_DOCK 1011
#define WMSOUND_UNDOCK 1012
#define WMSOUND_KABOOM 1013
#if 0
/* don't delete this */
extern WWindow *wSoundServer;
extern Atom WSStartup, WSShade, WSUnshade, WSShutdown;
extern Atom WSMaximize, WSUnmaximize, WSIconify, WSUniconify, WSAppStart;
extern Atom WSHide, WSUnhide, WSAppExit;
extern Atom WSHide, WSUnhide, WSAppExit, WSDock, WSUnDock, WSKaboom;
extern WApplication *wSoundApp;
#endif