diff options
author | okan | 2014-01-29 22:30:00 +0000 |
---|---|---|
committer | okan | 2014-01-29 22:30:00 +0000 |
commit | 8c125f543f9d7757a98d140d19249b88b52407ac (patch) | |
tree | 9a1b753121e534afed729b999ac53a28e6609ac9 /calmwm.h | |
parent | ae75349e183445d763e761c30d7e39dc49ffeb59 (diff) | |
download | cwm-8c125f543f9d7757a98d140d19249b88b52407ac.tar.gz |
Minimize trivial differences between a few kb and mb functions.
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: calmwm.h,v 1.250 2014/01/29 21:13:52 okan Exp $ + * $OpenBSD: calmwm.h,v 1.251 2014/01/29 22:30:00 okan Exp $ */ #ifndef _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 *); |