summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2017-07-14 17:23:38 +0000
committerokan <okan>2017-07-14 17:23:38 +0000
commitc039e7fb8c96fbfbcadade008abbf50af71735c3 (patch)
tree4c26dd41f298c0e77fda89be9cd8bd96195633fb /calmwm.h
parentaefc0bf0fbbe6c32360f41fc13653d4efd72e73a (diff)
downloadcwm-c039e7fb8c96fbfbcadade008abbf50af71735c3.tar.gz
cwm-c039e7fb8c96fbfbcadade008abbf50af71735c3.tar.xz
cwm-c039e7fb8c96fbfbcadade008abbf50af71735c3.zip
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.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index b898a45..473784e 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -493,9 +493,6 @@ 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 *,