From 5e890c7d8ce37f6841f5270c8fa98b4b6170f9d7 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Mon, 16 Apr 2012 18:47:21 +0300 Subject: fix prev_client prototype --- monsterwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monsterwm.c b/monsterwm.c index 602dcaa..0df676f 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -124,7 +124,7 @@ static void move_down(); static void move_up(); static void mousemotion(const Arg *arg); static void next_win(); -static client* prev_client(); +static client* prev_client(client *c); static void prev_win(); static void propertynotify(XEvent *e); static void quit(); -- cgit v1.3.1