multi-head support

This commit is contained in:
seanpringle
2012-08-31 17:56:09 +10:00
parent a34082631a
commit 56d11f240e
4 changed files with 166 additions and 49 deletions

View File

@@ -16,10 +16,10 @@ void client_free(client *c);
int client_protocol(client *c, Atom protocol);
void client_close(client *c);
void client_position(client *c, int x, int y, int w, int h);
void spot_xywh(int spot, int *x, int *y, int *w, int *h);
void spot_xywh(int spot, int mon, int *x, int *y, int *w, int *h);
void client_spot(client *c, int spot, int force);
void client_cycle(client *c);
Window spot_active(int spot, Window except);
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_lower(client *c);