pre-compute spot xywh

This commit is contained in:
seanpringle
2012-09-06 17:26:32 +10:00
parent 77d4ee7025
commit 3e77f08fcc
3 changed files with 89 additions and 83 deletions

View File

@@ -20,7 +20,6 @@ int window_send_clientmessage(Window target, Window subject, Atom atom, unsigned
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 spot_calc_xywh(int spot, int mon, 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);