X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=59b44989065cd0984d4a289d454599097555250b;hp=5cafe129d8e951344910048fce8e88e596be00a7;hb=79b1657a1903447b69083515cfa81bb457a57554;hpb=d24837f1adb40b3ecdb6d20e0a5102b1bf3774a3 diff --git a/dwm.c b/dwm.c index 5cafe12..59b4498 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);