X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=85602f431ff97874434bb82e149ae7c6e615353f;hb=c8f96b5b4c08f29e8c7ac7d31fc7d83d16f46ec2;hp=2def8f23b373beee0a20c5771f5d97baed65f18b;hpb=89e1acb0bbea5969bf2f360467386cb1d58fd1e0;p=dwm.git diff --git a/dwm.h b/dwm.h index 2def8f2..85602f4 100644 --- a/dwm.h +++ b/dwm.h @@ -80,7 +80,6 @@ struct Client { int rx, ry, rw, rh; /* revert geometry */ int tx, ty, tw, th; /* title window geometry */ int basew, baseh, incw, inch, maxw, maxh, minw, minh; - int grav; long flags; unsigned int border; Bool isfloat, isfixed, ismax; @@ -114,7 +113,6 @@ extern void configure(Client *c); /* send synthetic configure event */ extern void focus(Client *c); /* focus c, c may be NULL */ extern Client *getclient(Window w); /* return client of w */ extern Client *getctitle(Window w); /* return client of title window */ -extern void gravitate(Client *c, Bool invert); /* gravitate c */ 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*/