diff dwm.h @ 8:e749c30135e9

add tag_n_view()
author paulo@thepaulopc
date Tue, 14 Jun 2011 00:33:07 -0700
parents 0968b3739b8d
children bc03b37b37ba
line diff
     1.1 --- a/dwm.h	Tue Jun 14 00:03:39 2011 -0700
     1.2 +++ b/dwm.h	Tue Jun 14 00:33:07 2011 -0700
     1.3 @@ -161,6 +161,7 @@
     1.4  extern void view(Arg *arg);			/* views the tag with arg's index */
     1.5  extern void last_view(Arg *arg);			/* go to last viewed tag */
     1.6  extern void next_view(Arg *arg);			/* go to next/prev tag */
     1.7 +extern void tag_n_view(Arg *arg);			/* tag then view */
     1.8  
     1.9  /* util.c */
    1.10  extern void *emallocz(unsigned int size);	/* allocates zero-initialized memory, exits on error */