aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2016-10-06 14:53:52 +0000
committerokan2016-10-06 14:53:52 +0000
commita0e0c901b064b69b7827225878b9cb73a53ae383 (patch)
tree6859a3530af3d3c25863c0f3520c829773ed59ad /calmwm.h
parent9d358af1dd11a75cf4778e096df8f52cb1ca690b (diff)
downloadcwm-a0e0c901b064b69b7827225878b9cb73a53ae383.tar.gz
Rename 2 kbfunc to match closer to what they do
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/calmwm.h b/calmwm.h
index ac10851..b14dfcb 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.326 2016/10/06 14:41:19 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.327 2016/10/06 14:53:52 okan Exp $
*/
#ifndef _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 *,