missed declaration 79b1657a
Anselm R Garbe · 2011-04-15 08:13 1 file(s) · +2 −1
dwm.c +2 −1
198 198
static void monocle(Monitor *m);
199 199
static void movemouse(const Arg *arg);
200 200
static Client *nexttiled(Client *c);
201 +
static void pop(Client *);
202 +
static void propertynotify(XEvent *e);
201 203
static Monitor *ptrtomon(int x, int y);
202 -
static void propertynotify(XEvent *e);
203 204
static void quit(const Arg *arg);
204 205
static void resize(Client *c, int x, int y, int w, int h, Bool interact);
205 206
static void resizeclient(Client *c, int x, int y, int w, int h);