keyboard handler cleanup, config.h tweaks
This commit is contained in:
14
proto.h
14
proto.h
@@ -31,6 +31,20 @@ void window_listen(Window win);
|
||||
void client_review(client *c);
|
||||
void raise_tag(unsigned long tag);
|
||||
void client_set_tags(client *c);
|
||||
void action_move(void *data, int num);
|
||||
void action_focus(void *data, int num);
|
||||
void action_close(void *data, int num);
|
||||
void action_cycle(void *data, int num);
|
||||
void action_other(void *data, int num);
|
||||
void action_command(void *data, int num);
|
||||
void action_find_or_start(void *data, int num);
|
||||
void action_move_monitor(void *data, int num);
|
||||
void action_focus_monitor(void *data, int num);
|
||||
void action_raise_tag(void *data, int num);
|
||||
void action_fullscreen(void *data, int num);
|
||||
void action_above(void *data, int num);
|
||||
void action_tag(void *data, int num);
|
||||
void action_untag(void *data, int num);
|
||||
void create_notify(XCreateWindowEvent *e);
|
||||
void configure_request(XConfigureRequestEvent *e);
|
||||
void map_request(XMapEvent *e);
|
||||
|
||||
Reference in New Issue
Block a user