diff options
author | todd | 2007-11-13 23:08:49 +0000 |
---|---|---|
committer | todd | 2007-11-13 23:08:49 +0000 |
commit | c641c916398e9b9368c59ef7052d88ba40c9ee5f (patch) | |
tree | 8b607e6be0124c9acdefd527afd0a5eab66616fb /calmwm.h | |
parent | f53c46c25991a5bc2b29f1a3a2469e1e1b446a4d (diff) | |
download | cwm-c641c916398e9b9368c59ef7052d88ba40c9ee5f.tar.gz |
enable pointer movement in cwm via C-<arrowkeys>
looked over by oga@
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> * All rights reserved. * - * $Id: calmwm.h,v 1.9 2007/11/07 21:58:03 oga Exp $ + * $Id: calmwm.h,v 1.10 2007/11/13 23:08:49 todd Exp $ */ #ifndef _CALMWM_H_ @@ -435,6 +435,7 @@ void kbfunc_client_move(struct client_ctx *, void *); void kbfunc_client_resize(struct client_ctx *, void *); void kbfunc_menu_search(struct client_ctx *, void *); void kbfunc_exec(struct client_ctx *, void *); +void kbfunc_ptrmove(struct client_ctx *, void *); void kbfunc_ssh(struct client_ctx *, void *); void kbfunc_term(struct client_ctx *cc, void *arg); void kbfunc_lock(struct client_ctx *cc, void *arg); |