summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2016-10-06 14:53:52 +0000
committerokan <okan>2016-10-06 14:53:52 +0000
commit15bf703e1cb65dcad697f7e3637437e1b96169e2 (patch)
tree4c5493984530fd48fa3efd0b4a7b494671c022ec /calmwm.h
parent987ee736b92ec889391283624d84cc6cc87c8c1a (diff)
downloadcwm-15bf703e1cb65dcad697f7e3637437e1b96169e2.tar.gz
cwm-15bf703e1cb65dcad697f7e3637437e1b96169e2.tar.xz
cwm-15bf703e1cb65dcad697f7e3637437e1b96169e2.zip
Rename 2 kbfunc to match closer to what they do
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 6c5dfa3..7835448 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -459,10 +459,8 @@ void			 screen_assert_clients_within(struct screen_ctx *);
 
 void			 kbfunc_client_cycle(struct client_ctx *, union arg *, int);
 void			 kbfunc_client_delete(struct client_ctx *, union arg *, int);
-void			 kbfunc_client_grouptoggle(struct client_ctx *,
-			     union arg *, int);
 void			 kbfunc_client_hide(struct client_ctx *, union arg *, int);
-void			 kbfunc_client_label(struct client_ctx *, union arg *, int);
+void			 kbfunc_menu_client_label(struct client_ctx *, union arg *, int);
 void			 kbfunc_client_lower(struct client_ctx *, union arg *, int);
 void			 kbfunc_client_move(struct client_ctx *, union arg *, int);
 void			 kbfunc_client_movetogroup(struct client_ctx *,
@@ -471,6 +469,8 @@ void			 kbfunc_client_raise(struct client_ctx *, union arg *, int);
 void			 kbfunc_client_rcycle(struct client_ctx *, union arg *, int);
 void			 kbfunc_client_resize(struct client_ctx *, union arg *, int);
 void 			 kbfunc_client_tile(struct client_ctx *, union arg *, int);
+void			 kbfunc_client_toggle_group(struct client_ctx *,
+			     union arg *, int);
 void			 kbfunc_client_toggle_freeze(struct client_ctx *,
     			     union arg *, int);
 void			 kbfunc_client_toggle_fullscreen(struct client_ctx *,