simplify
This commit is contained in:
1
proto.h
1
proto.h
@@ -19,7 +19,6 @@ void query_visible_windows(stack *s);
|
||||
int window_send_clientmessage(Window target, Window subject, Atom atom, unsigned long protocol, unsigned long mask);
|
||||
int client_send_wm_protocol(client *c, Atom protocol);
|
||||
void client_close(client *c);
|
||||
void client_position_xywh(client *c, int x, int y, int w, int h);
|
||||
void client_place_spot(client *c, int spot, int force);
|
||||
void client_spot_cycle(client *c);
|
||||
Window spot_focus_top_window(int spot, int mon, Window except);
|
||||
|
||||
Reference in New Issue
Block a user