Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
diff dwm.h @ 1:ba504f41828f
add prev/next control to view_tags() and setlayouts()
author | paulo@localhost |
---|---|
date | Mon, 23 Mar 2009 00:14:48 -0700 |
parents | 7024076fa948 |
children | faa4cb9d7bd6 |
line diff
1.1 --- a/dwm.h Sun Mar 22 23:26:35 2009 -0700 1.2 +++ b/dwm.h Mon Mar 23 00:14:48 2009 -0700 1.3 @@ -152,6 +152,7 @@ 1.4 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ 1.5 extern void view(Arg *arg); /* views the tag with arg's index */ 1.6 extern void last_view(Arg *arg); /* go to last viewed tag */ 1.7 +extern void next_view(Arg *arg); /* go to next/prev tag */ 1.8 1.9 /* util.c */ 1.10 extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */