aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2008-05-19 17:24:19 +0000
committerokan2008-05-19 17:24:19 +0000
commit0058b69f42347b47eb7c137474f7c7d0ffbc4d1a (patch)
tree1e7e3d97e3cc89e7fafb40db2307326e7f55e98f /calmwm.h
parent7ba072eb1a4c66b68f47468db29b67353fac496c (diff)
downloadcwm-0058b69f42347b47eb7c137474f7c7d0ffbc4d1a.tar.gz
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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index fec4cba..1472aa1 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.45 2008/05/19 17:13:55 oga Exp $
+ * $Id: calmwm.h,v 1.46 2008/05/19 17:24:19 okan Exp $
*/
#ifndef _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);