summary refs log tree commit diff
path: root/kbfunc.c
diff options
context:
space:
mode:
authorokan <okan>2019-02-22 19:40:32 +0000
committerokan <okan>2019-02-22 19:40:32 +0000
commit535cf541c8fb229d3223dbed5da3b6400a12abe6 (patch)
treee4f484fcdb7a2e424326b055202f3f7a2db8ac78 /kbfunc.c
parent044ef5a8cd71dc8935ba40015d3583d231d0bf27 (diff)
downloadcwm-535cf541c8fb229d3223dbed5da3b6400a12abe6.tar.gz
cwm-535cf541c8fb229d3223dbed5da3b6400a12abe6.tar.xz
cwm-535cf541c8fb229d3223dbed5da3b6400a12abe6.zip
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.
Diffstat (limited to 'kbfunc.c')
-rw-r--r--kbfunc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbfunc.c b/kbfunc.c
index 2574954..55d206d 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -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