about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2012-05-16 01:09:17 +0000
committerokan <okan>2012-05-16 01:09:17 +0000
commitac82403a5166ac99aaf8fc7ad15242b1a0843f5b (patch)
treef3ddaf9ecbd66753ec4096be3e827a0d55fce778 /calmwm.h
parentdd5bfdb064470cfa2555003a13a70b8fa7cd6431 (diff)
downloadcwm-ac82403a5166ac99aaf8fc7ad15242b1a0843f5b.tar.gz
cwm-ac82403a5166ac99aaf8fc7ad15242b1a0843f5b.tar.xz
cwm-ac82403a5166ac99aaf8fc7ad15242b1a0843f5b.zip
cycle through other common cycling modifiers; based on a diff from
Alexander Polakov.

ok sthen@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
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);