aboutsummarylogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe2011-04-15 08:13:06 +0000
committerAnselm R Garbe2011-04-15 08:13:06 +0000
commit06338c362b5b6a3e0942a185281016a6b86abb68 (patch)
tree523f3e5fd2fa6340ac6bac820551647cd8ba2c70 /dwm.c
parentb211c6e7ab9c809052ba7f023c15bbbef4a3e8fa (diff)
downloadaur-06338c362b5b6a3e0942a185281016a6b86abb68.tar.gz
missed declaration
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 5cafe129d8e9..59b44989065c 100644
--- a/dwm.c
+++ b/dwm.c
@@ -198,8 +198,9 @@ static void maprequest(XEvent *e);
static void monocle(Monitor *m);
static void movemouse(const Arg *arg);
static Client *nexttiled(Client *c);
-static Monitor *ptrtomon(int x, int y);
+static void pop(Client *);
static void propertynotify(XEvent *e);
+static Monitor *ptrtomon(int x, int y);
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);