summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2008-05-19 17:24:19 +0000
committerokan <okan>2008-05-19 17:24:19 +0000
commit6733ac217fdab8fc80621c1756303dbe1f1f0b43 (patch)
tree7c2e4e34fe41999808125e27584e2ac0fe731e2c /calmwm.h
parent71f99ab78fb8f5f8c4ae93f7ed0529320c6fe391 (diff)
downloadcwm-6733ac217fdab8fc80621c1756303dbe1f1f0b43.tar.gz
cwm-6733ac217fdab8fc80621c1756303dbe1f1f0b43.tar.xz
cwm-6733ac217fdab8fc80621c1756303dbe1f1f0b43.zip
client_cyclenext() -> client_cycle() since we now pass an arg.
removes a stray proto as well.

discussed with and ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 8fbf31f..892b1c5 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -340,7 +340,6 @@ void			 client_ptrwarp(struct client_ctx *);
 void			 client_ptrsave(struct client_ctx *);
 void			 client_draw_border(struct client_ctx *);
 void			 client_update(struct client_ctx *);
-void			 client_cycle(struct client_ctx *);
 void			 client_placecalc(struct client_ctx *);
 void			 client_maximize(struct client_ctx *);
 void			 client_vertmaximize(struct client_ctx *);
@@ -348,7 +347,7 @@ u_long			 client_bg_pixel(struct client_ctx *);
 Pixmap			 client_bg_pixmap(struct client_ctx *);
 void			 client_map(struct client_ctx *cc);
 void			 client_mtf(struct client_ctx *cc);
-struct client_ctx	*client_cyclenext(int reverse);
+struct client_ctx	*client_cycle(int reverse);
 struct client_ctx	*client_mrunext(struct client_ctx *cc);
 struct client_ctx	*client_mruprev(struct client_ctx *cc);
 void			 client_gethints(struct client_ctx *cc);