comparison dwm.h @ 515:d6d1d0033e3c

removed useless updatemaster
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 29 Sep 2006 17:25:49 +0200
parents 1599c953647b
children fd1275f3b205
comparison
equal deleted inserted replaced
514:3dd1631824a6 515:d6d1d0033e3c
172 extern void resizecol(Arg *arg); /* resizes the master dimension with arg's index value */ 172 extern void resizecol(Arg *arg); /* resizes the master dimension with arg's index value */
173 extern void restack(void); /* restores z layers of all clients */ 173 extern void restack(void); /* restores z layers of all clients */
174 extern void togglestackpos(Arg *arg); /* toggles stack position */ 174 extern void togglestackpos(Arg *arg); /* toggles stack position */
175 extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */ 175 extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */
176 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ 176 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */
177 extern void updatemaster(void); /* updates master dimension */
178 extern void view(Arg *arg); /* views the tag with arg's index */ 177 extern void view(Arg *arg); /* views the tag with arg's index */
179 extern void viewall(Arg *arg); /* views all tags, arg is ignored */ 178 extern void viewall(Arg *arg); /* views all tags, arg is ignored */
180 extern void zoom(Arg *arg); /* zooms the focused client to master area, arg is ignored */ 179 extern void zoom(Arg *arg); /* zooms the focused client to master area, arg is ignored */