comparison 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
comparison
equal deleted inserted replaced
0:446485c4c2df 1:0c5c0b7e6c9e
150 extern void tag(Arg *arg); /* tags c with arg's index */ 150 extern void tag(Arg *arg); /* tags c with arg's index */
151 extern void toggletag(Arg *arg); /* toggles c tags with arg's index */ 151 extern void toggletag(Arg *arg); /* toggles c tags with arg's index */
152 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ 152 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */
153 extern void view(Arg *arg); /* views the tag with arg's index */ 153 extern void view(Arg *arg); /* views the tag with arg's index */
154 extern void last_view(Arg *arg); /* go to last viewed tag */ 154 extern void last_view(Arg *arg); /* go to last viewed tag */
155 extern void next_view(Arg *arg); /* go to next/prev tag */
155 156
156 /* util.c */ 157 /* util.c */
157 extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ 158 extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */
158 extern void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ 159 extern void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */
159 extern void spawn(Arg *arg); /* forks a new subprocess with arg's cmd */ 160 extern void spawn(Arg *arg); /* forks a new subprocess with arg's cmd */