summary refs log tree commit diff
path: root/kbfunc.c
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 /kbfunc.c
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 'kbfunc.c')
-rw-r--r--kbfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfunc.c b/kbfunc.c
index 3f65650..e26d2a4 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -182,7 +182,7 @@ kbfunc_client_cycle(struct client_ctx *scratch, void *arg)
 	XGrabKeyboard(X_Dpy, sc->rootwin, True,
 	    GrabModeAsync, GrabModeAsync, CurrentTime);
 
-	client_cyclenext((int)arg);
+	client_cycle((int)arg);
 }
 
 void