1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-04 15:25:52 +01:00

er.. dunno

This commit is contained in:
kojima
2000-03-10 18:40:13 +00:00
parent 1315875ee0
commit 956c167bbf
2 changed files with 3 additions and 2 deletions

View File

@@ -413,6 +413,7 @@ wApplicationCreate(WScreen *scr, Window main_window)
scr->wapp_list->prev = wapp;
scr->wapp_list = wapp;
#ifdef WMSOUND
wSoundPlay(WMSOUND_APPSTART);
#endif
@@ -436,7 +437,7 @@ wApplicationDestroy(WApplication *wapp)
if (!wapp)
return;
wapp->refcount--;
if (wapp->refcount>0)
return;