diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-06-05 19:03:21 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-06-05 19:03:21 +0000 |
commit | e72d85300af4fcd283e111005a4cf6d84abccaea (patch) | |
tree | a9b6b628c8e67f9fdba3d3775b618884ec813d77 /app/cwm/calmwm.h | |
parent | 9c3699e14b3a5a9d6a94baca638eeb45834064a4 (diff) |
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 'app/cwm/calmwm.h')
-rw-r--r-- | app/cwm/calmwm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h index aab5a7220..49da89c21 100644 --- a/app/cwm/calmwm.h +++ b/app/cwm/calmwm.h @@ -4,7 +4,7 @@ * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> * All rights reserved. * - * $Id: calmwm.h,v 1.5 2007/05/28 18:34:27 jasper Exp $ + * $Id: calmwm.h,v 1.6 2007/06/05 19:03:20 jasper Exp $ */ #ifndef _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); |