summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorjasper <jasper>2007-06-05 19:03:20 +0000
committerjasper <jasper>2007-06-05 19:03:20 +0000
commitc025dc90897fa7f96859e84b709443d70e8a2980 (patch)
tree91922c2a20c249e6501e5a37dbdeae4c2261d4f5 /calmwm.h
parent15fdb76df90671c40afed1b95b7e2ee3a52aa1ce (diff)
downloadcwm-c025dc90897fa7f96859e84b709443d70e8a2980.tar.gz
cwm-c025dc90897fa7f96859e84b709443d70e8a2980.tar.xz
cwm-c025dc90897fa7f96859e84b709443d70e8a2980.zip
make it possible to cycle through the windows when non are selected.
(eg. when they're hidden, now you can cycle through them)

from aon@iki.fi
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index be8ff72..d8158ea 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -320,7 +320,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(struct client_ctx *cc, int reverse);
+struct client_ctx *client_cyclenext(int reverse);
 void               client_cycleinfo(struct client_ctx *cc);
 void               client_altrelease();
 struct client_ctx *client_mrunext(struct client_ctx *cc);