aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authortodd2007-11-13 23:08:49 +0000
committertodd2007-11-13 23:08:49 +0000
commitc641c916398e9b9368c59ef7052d88ba40c9ee5f (patch)
tree8b607e6be0124c9acdefd527afd0a5eab66616fb /calmwm.h
parentf53c46c25991a5bc2b29f1a3a2469e1e1b446a4d (diff)
downloadcwm-c641c916398e9b9368c59ef7052d88ba40c9ee5f.tar.gz
enable pointer movement in cwm via C-<arrowkeys>
looked over by oga@
Diffstat (limited to '')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 7382835..97893a6 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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);