From e10999572d31a39ec9284831f614cff53548bc42 Mon Sep 17 00:00:00 2001
From: Okan Demirmen <okan@cvs.openbsd.org>
Date: Fri, 22 Feb 2019 19:40:34 +0000
Subject: Rename internal functions to delinate between client remove, delete
 and xproto delete; 'window-close' is now the proper action, but
 'window-delete' as an alias will remain until more interesting changes
 require breaking configs.

---
 app/cwm/kbfunc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'app/cwm/kbfunc.c')

diff --git a/app/cwm/kbfunc.c b/app/cwm/kbfunc.c
index fa20873ea..cb6c65d95 100644
--- a/app/cwm/kbfunc.c
+++ b/app/cwm/kbfunc.c
@@ -15,7 +15,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- * $OpenBSD: kbfunc.c,v 1.160 2019/02/13 15:43:24 okan Exp $
+ * $OpenBSD: kbfunc.c,v 1.161 2019/02/22 19:40:33 okan Exp $
  */
 
 #include <sys/types.h>
@@ -324,9 +324,9 @@ kbfunc_client_snap(void *ctx, struct cargs *cargs)
 }
 
 void
-kbfunc_client_delete(void *ctx, struct cargs *cargs)
+kbfunc_client_close(void *ctx, struct cargs *cargs)
 {
-	client_send_delete(ctx);
+	client_close(ctx);
 }
 
 void
-- 
cgit v1.2.3