cycle through other common cycling modifiers; based on a diff from

Alexander Polakov.

ok sthen@
This commit is contained in:
okan
2012-05-16 01:09:17 +00:00
parent dd5bfdb064
commit ac82403a51
3 changed files with 23 additions and 16 deletions

View File

@@ -307,6 +307,7 @@ __dead void usage(void);
void client_applysizehints(struct client_ctx *);
struct client_ctx *client_current(void);
void client_cycle(struct screen_ctx *, int);
void client_cycle_leave(struct screen_ctx *, struct client_ctx *);
void client_delete(struct client_ctx *);
void client_draw_border(struct client_ctx *);
struct client_ctx *client_find(Window);