about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-07-27 15:06:38 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-07-27 15:07:12 +0200
commit5a46349ec798912f2b5329cc1dbc04ec8595038a (patch)
tree7ca4224cace2f55cbb1df94f65bf0e1ac2a9c40d /calmwm.h
parent8908e5ec42aad92ff0c06598274b754c9b954b03 (diff)
parent8dee1182a2a65a0286c68310f6f5181560f6275a (diff)
downloadcwm-5a46349ec798912f2b5329cc1dbc04ec8595038a.tar.gz
cwm-5a46349ec798912f2b5329cc1dbc04ec8595038a.tar.xz
cwm-5a46349ec798912f2b5329cc1dbc04ec8595038a.zip
cvsimport
* refs/heads/master:
  Use the key names from keysymdef.h in the default key bindings list for clarification.
  remove extra parentheses
  Pull over the remaining re-implemented window move/resize functions and create a wrapper so that the key and mouse based move/resize callbacks can be unified. This has already been done with other window operations and menus.
  rename one function, matching others, to help upcoming change
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/calmwm.h b/calmwm.h
index b28b454..9ac69a4 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -509,14 +509,11 @@ 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 *);
 
-void			 mousefunc_client_move(void *, struct cargs *);
-void			 mousefunc_client_resize(void *, struct cargs *);
-
 void			 menu_windraw(struct screen_ctx *, Window,
 			     const char *, ...);
 struct menu  		*menu_filter(struct screen_ctx *, struct menu_q *,