From c039e7fb8c96fbfbcadade008abbf50af71735c3 Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 14 Jul 2017 17:23:38 +0000 Subject: 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. --- calmwm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'calmwm.h') 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 *, -- cgit 1.4.1