Rename 2 kbfunc to match closer to what they do

This commit is contained in:
okan
2016-10-06 14:53:52 +00:00
parent 987ee736b9
commit 15bf703e1c
3 changed files with 8 additions and 8 deletions

View File

@@ -456,7 +456,7 @@ out:
}
void
kbfunc_client_label(struct client_ctx *cc, union arg *arg, int xev)
kbfunc_menu_client_label(struct client_ctx *cc, union arg *arg, int xev)
{
struct menu *mi;
struct menu_q menuq;
@@ -505,7 +505,7 @@ kbfunc_group_alltoggle(struct client_ctx *cc, union arg *arg, int xev)
}
void
kbfunc_client_grouptoggle(struct client_ctx *cc, union arg *arg, int xev)
kbfunc_client_toggle_group(struct client_ctx *cc, union arg *arg, int xev)
{
if (xev == CWM_KEY) {
/* For X apps that steal events. */