From ac82403a5166ac99aaf8fc7ad15242b1a0843f5b Mon Sep 17 00:00:00 2001 From: okan Date: Wed, 16 May 2012 01:09:17 +0000 Subject: cycle through other common cycling modifiers; based on a diff from Alexander Polakov. ok sthen@ --- calmwm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 85141bb..95dceda 100644 --- a/calmwm.h +++ b/calmwm.h @@ -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); -- cgit 1.4.1