multi-head support
This commit is contained in:
4
proto.h
4
proto.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user