X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=773736df8fd03948ed90849268efd306ed0fe767;hb=629647dfee4251fc4856b70658dff35cf5634057;hp=2f3ce74784c5775b430e322bf9ac46a95cb0c010;hpb=8dc86051df197792d35521743cc2cb72b60a47ff;p=dwm.git diff --git a/dwm.h b/dwm.h index 2f3ce74..773736d 100644 --- a/dwm.h +++ b/dwm.h @@ -114,7 +114,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*/ @@ -168,5 +167,4 @@ extern void togglefloat(Arg *arg); /* toggles focusesd client between floating/ extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */ extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ extern void view(Arg *arg); /* views the tag with arg's index */ -extern void viewall(Arg *arg); /* views all tags, arg is ignored */ extern void zoom(Arg *arg); /* zooms the focused client to master area, arg is ignored */