mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
use the correct type
This commit is contained in:
2
conf.c
2
conf.c
@@ -59,7 +59,7 @@ static const char *color_binds[] = {
|
|||||||
static const struct {
|
static const struct {
|
||||||
const char *tag;
|
const char *tag;
|
||||||
void (*handler)(void *, union arg *, enum xev);
|
void (*handler)(void *, union arg *, enum xev);
|
||||||
int context;
|
enum context context;
|
||||||
union arg argument;
|
union arg argument;
|
||||||
} name_to_func[] = {
|
} name_to_func[] = {
|
||||||
{ "window-menu-label", kbfunc_menu_client_label, CWM_CONTEXT_CC, {0} },
|
{ "window-menu-label", kbfunc_menu_client_label, CWM_CONTEXT_CC, {0} },
|
||||||
|
|||||||
Reference in New Issue
Block a user