This commit is contained in:
seanpringle
2012-09-08 21:11:48 +10:00
parent 7c0d9812a8
commit 29a1c1f490
2 changed files with 27 additions and 41 deletions

View File

@@ -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);