summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2017-07-12 16:56:26 +0000
committerokan <okan>2017-07-12 16:56:26 +0000
commitaefc0bf0fbbe6c32360f41fc13653d4efd72e73a (patch)
treeb7b5babdf4c03f945ff4dadc084f7685e14db644 /calmwm.h
parentd179dfdeb97d1f4d16d56ae5783044770d87898c (diff)
downloadcwm-aefc0bf0fbbe6c32360f41fc13653d4efd72e73a.tar.gz
cwm-aefc0bf0fbbe6c32360f41fc13653d4efd72e73a.tar.xz
cwm-aefc0bf0fbbe6c32360f41fc13653d4efd72e73a.zip
rename one function, matching others, to help upcoming change
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 193c0b5..b898a45 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -488,7 +488,7 @@ void			 kbfunc_menu_cmd(void *, struct cargs *);
 void			 kbfunc_menu_group(void *, struct cargs *);
 void			 kbfunc_menu_exec(void *, struct cargs *);
 void			 kbfunc_menu_ssh(void *, struct cargs *);
-void			 kbfunc_menu_client_label(void *, struct cargs *);
+void			 kbfunc_client_menu_label(void *, struct cargs *);
 void			 kbfunc_exec_cmd(void *, struct cargs *);
 void			 kbfunc_exec_lock(void *, struct cargs *);
 void			 kbfunc_exec_term(void *, struct cargs *);