remove duplicated code
This commit is contained in:
4
proto.h
4
proto.h
@@ -26,10 +26,8 @@ Window spot_active(int spot, int mon, Window except);
|
||||
void client_stack(client *c, stack *all, stack *raise);
|
||||
void client_raise(client *c);
|
||||
void client_active(client *c);
|
||||
void find_or_start(char *class);
|
||||
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);
|
||||
@@ -40,7 +38,7 @@ 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_raise_tag(void *data, int tag);
|
||||
void action_fullscreen(void *data, int num);
|
||||
void action_above(void *data, int num);
|
||||
void action_tag(void *data, int num);
|
||||
|
||||
Reference in New Issue
Block a user