X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=2def8f23b373beee0a20c5771f5d97baed65f18b;hb=89e1acb0bbea5969bf2f360467386cb1d58fd1e0;hp=2f3ce74784c5775b430e322bf9ac46a95cb0c010;hpb=8dc86051df197792d35521743cc2cb72b60a47ff;p=dwm.git diff --git a/dwm.h b/dwm.h index 2f3ce74..2def8f2 100644 --- a/dwm.h +++ b/dwm.h @@ -168,5 +168,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 */