diff options
| -rw-r--r-- | monsterwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
