summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-01-29 22:30:00 +0000
committerokan <okan>2014-01-29 22:30:00 +0000
commit2be890489b8542b12f77133fbba404210c1b5f54 (patch)
treee1934ef9a514b97a4779f90886175b8398a9dacd /calmwm.h
parent59fe14bd2f2876beb16497f950ce589ccab4beb6 (diff)
downloadcwm-2be890489b8542b12f77133fbba404210c1b5f54.tar.gz
cwm-2be890489b8542b12f77133fbba404210c1b5f54.tar.xz
cwm-2be890489b8542b12f77133fbba404210c1b5f54.zip
Minimize trivial differences between a few kb and mb functions.
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 14ffcf2..f71426d 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -477,7 +477,7 @@ void			 kbfunc_cmdexec(struct client_ctx *, union arg *);
 void			 kbfunc_cwm_status(struct client_ctx *, union arg *);
 void			 kbfunc_exec(struct client_ctx *, union arg *);
 void			 kbfunc_lock(struct client_ctx *, union arg *);
-void			 kbfunc_menu_search(struct client_ctx *, union arg *);
+void			 kbfunc_menu_cmd(struct client_ctx *, union arg *);
 void			 kbfunc_ssh(struct client_ctx *, union arg *);
 void			 kbfunc_term(struct client_ctx *, union arg *);
 void 			 kbfunc_tile(struct client_ctx *, union arg *);