tweak transient handling

This commit is contained in:
seanpringle
2012-08-31 02:32:23 +10:00
parent dba0314d87
commit 7e6b09d29f
2 changed files with 22 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ 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 client_spot(client *c, int spot);
void client_spot(client *c, int spot, int force);
void client_cycle(client *c);
Window spot_active(int spot, Window except);
void client_stack(client *c, stack *all, stack *raise);