Mercurial > dwm-meillo
diff dwm.h @ 708:a2d568a5cdb8
applied Sanders all5.patch (thanks for your weekend session, Sander!)
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Mon, 22 Jan 2007 10:22:58 +0100 |
parents | f05c825db96b |
children | 7034ee0f48d6 |
line wrap: on
line diff
--- a/dwm.h Fri Jan 19 15:05:07 2007 +0100 +++ b/dwm.h Mon Jan 22 10:22:58 2007 +0100 @@ -44,10 +44,6 @@ enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */ enum { ColBorder, ColFG, ColBG, ColLast }; /* color */ -typedef enum { - TopLeft, TopRight, BotLeft, BotRight -} Corner; /* window corners */ - typedef union { const char *cmd; int i; @@ -110,7 +106,7 @@ extern Client *getclient(Window w); /* return client of w */ extern void killclient(Arg *arg); /* kill c nicely */ extern void manage(Window w, XWindowAttributes *wa); /* manage new client */ -extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/ +extern void resize(Client *c, Bool sizehints); /* resize c*/ extern void updatesizehints(Client *c); /* update the size hint variables of c */ extern void updatetitle(Client *c); /* update the name of c */ extern void unmanage(Client *c); /* destroy c */