From 956c167bbf6c98ff6d58698c9c7e062ce0ddcad3 Mon Sep 17 00:00:00 2001 From: kojima Date: Fri, 10 Mar 2000 18:40:13 +0000 Subject: [PATCH] er.. dunno --- src/application.c | 3 ++- src/client.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/application.c b/src/application.c index 02a507e2..0e506ddb 100644 --- a/src/application.c +++ b/src/application.c @@ -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; diff --git a/src/client.c b/src/client.c index ec558354..780d411f 100644 --- a/src/client.c +++ b/src/client.c @@ -307,7 +307,7 @@ wClientKill(WWindow *wwin) * Side effects: * Depends on the changed property. * - * TODO: CLIENT_LEADER, _GNUSTEP_WM_ATTR + * TODO: _GNUSTEP_WM_ATTR *---------------------------------------------------------------------- */ void -- 2.11.4.GIT