1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +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->prev = wapp;
scr->wapp_list = wapp; scr->wapp_list = wapp;
#ifdef WMSOUND #ifdef WMSOUND
wSoundPlay(WMSOUND_APPSTART); wSoundPlay(WMSOUND_APPSTART);
#endif #endif
@@ -436,7 +437,7 @@ wApplicationDestroy(WApplication *wapp)
if (!wapp) if (!wapp)
return; return;
wapp->refcount--; wapp->refcount--;
if (wapp->refcount>0) if (wapp->refcount>0)
return; return;

View File

@@ -307,7 +307,7 @@ wClientKill(WWindow *wwin)
* Side effects: * Side effects:
* Depends on the changed property. * Depends on the changed property.
* *
* TODO: CLIENT_LEADER, _GNUSTEP_WM_ATTR * TODO: _GNUSTEP_WM_ATTR
*---------------------------------------------------------------------- *----------------------------------------------------------------------
*/ */
void void