[hackers] [dwm] missed declaration || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Fri, 15 Apr 2011 10:13:08 +0200 (CEST)

changeset: 1537:e901e70f69e8
tag: tip
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Fri Apr 15 08:13:06 2011 +0000
files: dwm.c
description:
missed declaration

diff -r 40ea9ad70440 -r e901e70f69e8 dwm.c
--- a/dwm.c Fri Apr 15 08:12:20 2011 +0000
+++ b/dwm.c Fri Apr 15 08:13:06 2011 +0000
@@ -198,8 +198,9 @@
 static void monocle(Monitor *m);
 static void movemouse(const Arg *arg);
 static Client *nexttiled(Client *c);
+static void pop(Client *);
+static void propertynotify(XEvent *e);
 static Monitor *ptrtomon(int x, int y);
-static void propertynotify(XEvent *e);
 static void quit(const Arg *arg);
 static void resize(Client *c, int x, int y, int w, int h, Bool interact);
 static void resizeclient(Client *c, int x, int y, int w, int h);
Received on Fri Apr 15 2011 - 10:13:08 CEST

This archive was generated by hypermail 2.2.0 : Fri Apr 15 2011 - 10:24:06 CEST